rsystems.gradle.plugins.lis-gradle-common-plugins.0.1.2.source-code.Com_linkIntersystems_gradle_javaLibraryPlugin.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lis-gradle-common-plugins Show documentation
Show all versions of lis-gradle-common-plugins Show documentation
Plugins to deploy libraries to the maven central repository.
/**
* 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