Use java-gradle-plugin in buildSrc
This commit is contained in:
@@ -28,6 +28,16 @@ apply {
|
||||
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
`java-gradle-plugin`
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
(plugins) {
|
||||
"jps-compatible" {
|
||||
id = "jps-compatible"
|
||||
implementationClass = "org.jetbrains.kotlin.pill.JpsCompatiblePlugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun Project.getBooleanProperty(name: String): Boolean? = this.findProperty(name)?.let {
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
implementation-class=org.jetbrains.kotlin.pill.JpsCompatiblePlugin
|
||||
Reference in New Issue
Block a user