SpongePowered/SpongeGradle

Name: SpongeGradle

Owner: SpongePowered

Description: Handy gradle utilities for the various gradle projects of SpongePowered

Created: 2016-01-05 02:09:00.0

Updated: 2018-03-16 07:21:35.0

Pushed: 2018-04-09 07:02:43.0

Homepage: null

Size: 187

Language: Groovy

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

SpongeGradle

SpongeGradle is a Gradle plugin which provides utility tasks for the Sponge Project.

Tasks

The following tasks are currently available:

ort AccessTransformer (AT) configuration files
AccessTransformers {
add <sourceSet>

sourceSet specifies the sourceset to search for AT configurations

ort member fields in specified files
ClassFields {
add {sourceSet}, <fullyQualifiedClassName>

sourceSet can be a SourceSet instance or the name of the source set to process, if omitted the task assumes the main SourceSet.

Building SpongeGradle

SpongeGradle can of course be built using Gradle. To perform a build simply execute:

gradle

To add the compiled jar to your local maven repository, run:

gradle build install

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.