build

GitHub release (latest by date) GitHub Release Date

How To Utilize Plugins

Purpose

The Purpose of this plugin is to make it easier to create groovy plugins with custom names.

Example Projects

Usage

Just include the plugin into any build you’d like to use it in and assign the appropriate properties.

Gradle File

plugins {
    id 'io.github.pacificengine.build.plugin.groovy' version '0.1.0'
    id 'io.github.pacificengine.build.plugin.release' version '0.1.0'
    id 'com.gradle.plugin-publish' version "1.2.1"
}

Properties

Required Properties

Optional Properties