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

net.robyf.gradle.jarinjar.JarInJarPluginExtension.groovy Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package net.robyf.gradle.jarinjar

import org.gradle.api.artifacts.Configuration

/**
 * Extension class for configuring the JarInJar plugin.
 *
 * @author Roberto Fasciolo
 */
class JarInJarPluginExtension {

    /**
     * Fully qualified name of the class to be run
     */
    def String mainClass
    
    /**
     * Configuration including all the needed runtime jars. If the java plugin is used by default
     * it uses the project's runtime configuration.
     */
    def Configuration configuration

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy