Publish artifacts needed for the kotlin-gradle-plugin in kotlin-ide repository
This commit is contained in:
@@ -157,7 +157,7 @@ tasks.withType<Test> {
|
||||
onlyIf { !project.hasProperty("noTest") }
|
||||
|
||||
dependsOn(":kotlin-gradle-plugin:validateTaskProperties")
|
||||
dependsOnKotlinPluginInstall()
|
||||
dependsOnKotlinGradlePluginInstall()
|
||||
|
||||
executable = "${rootProject.extra["JDK_18"]!!}/bin/java"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user