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 release to complicated repositories such as GCP and GitHub.

This plugin intentionally excludes the default assigned plugin artifact, so you can custom add custom names for the plugins.

If you’d like to include the default assigned plugin artifact, use io.github.pacificengine.build.release instead.

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

Git Maven

GCP Maven