All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mictaege.jitter.plugin.JitterExtension.groovy Maven / Gradle / Ivy

Go to download

The jitter-plugin is a Gradle plugin to build and distribute different flavours of an application from a single source base.

There is a newer version: 2023.3
Show newest version
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

    /** List of excluded source sets. */
    String[] exclude = []

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy