com.github.mictaege.jitter.plugin.JitterExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jitter-plugin Show documentation
Show all versions of jitter-plugin Show documentation
The jitter-plugin is a Gradle plugin to build and distribute different flavours of an application from a single source base.
package com.github.mictaege.jitter.plugin
class JitterExtension {
/** List of the projects flavours. */
String[] flavours = []
/** Java source code compliance level (1,2,3,4,5, 6, 7 or 8). (default: 8) */
int compliance = 8
}