rsystems.gradle.plugins.lis-gradle-common-plugins.0.1.4.source-code.Com_linkIntersystems_gradle_publishedArtifactPlugin.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.
The newest version!
/**
* Precompiled [com.link-intersystems.gradle.published-artifact.gradle.kts][Com_link_intersystems_gradle_published_artifact_gradle] script plugin.
*
* @see Com_link_intersystems_gradle_published_artifact_gradle
*/
public
class Com_linkIntersystems_gradle_publishedArtifactPlugin : org.gradle.api.Plugin {
override fun apply(target: org.gradle.api.Project) {
try {
Class
.forName("Com_link_intersystems_gradle_published_artifact_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
}
}
}