build

GitHub release (latest by date) GitHub Release Date

How To Utilize Plugins

Purpose

The Purpose of this plugin is to bundle all requirements for a java library into a zip file.

This plugin will also copy anything from the src/zip folder into the zip archive.

The zip file will be built to build/artifact/${rootProject.name}-${project.name}-${project.property('project.version')}.zip

Example Projects

Usage

Using the toCopy in your dependencies will automatically copy the dependencies to a zip archive

Gradle File

plugins {
    id 'io.github.pacificengine.build.zip' version '0.1.0'
}

dependencies {
    toCopy project(':instance')
}

Properties

Required Properties

Optional Properties