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

org.dm.gradle.plugins.bundle.DefaultJarBuilderFactory.groovy Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package org.dm.gradle.plugins.bundle

/**
 * A factory producing {@link JarBuilder}s.
 */
enum DefaultJarBuilderFactory implements org.gradle.internal.Factory {
    INSTANCE

    @Override
    JarBuilder create() {
        return new JarBuilder()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy