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 use consume libraries from complicated repositories such as GCP and GitHub.

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.repository' version '0.1.0'
}

implementation group: 'io.github.pacificengine', name: 'pacificengine-common', version: '1.0.0'

Properties

Optional Properties