TheBrokenRail
0e3b0cbc87
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
16 lines
221 B
Plaintext
16 lines
221 B
Plaintext
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
gradlePlugin {
|
|
plugins {
|
|
register("jni-plugin") {
|
|
id = "jni"
|
|
implementationClass = "JNIPlugin"
|
|
}
|
|
}
|
|
} |