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

rsystems.gradle.plugins.lis-gradle-common-plugins.0.1.2.source-code.Com_linkIntersystems_gradle_javaLibraryPlugin.kt Maven / Gradle / Ivy

There is a newer version: 0.1.4
Show newest version
/**
 * Precompiled [com.link-intersystems.gradle.java-library.gradle.kts][Com_link_intersystems_gradle_java_library_gradle] script plugin.
 *
 * @see Com_link_intersystems_gradle_java_library_gradle
 */
public
class Com_linkIntersystems_gradle_javaLibraryPlugin : org.gradle.api.Plugin {
    override fun apply(target: org.gradle.api.Project) {
        try {
            Class
                .forName("Com_link_intersystems_gradle_java_library_gradle")
                .getDeclaredConstructor(org.gradle.api.Project::class.java, org.gradle.api.Project::class.java)
                .newInstance(target, target)
        } catch (e: java.lang.reflect.InvocationTargetException) {
            throw e.targetException
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy