kotlin.actions.gradle-plugin.0.0.16.source-code.App_softwork_kotlin_actionsPlugin.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
Write GitHub Actions in Kotlin
The newest version!
/**
* Precompiled [app.softwork.kotlin.actions.gradle.kts][App_softwork_kotlin_actions_gradle] script plugin.
*
* @see App_softwork_kotlin_actions_gradle
*/
public
class App_softwork_kotlin_actionsPlugin : org.gradle.api.Plugin {
override fun apply(target: org.gradle.api.Project) {
try {
Class
.forName("App_softwork_kotlin_actions_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
}
}
}