Publish artifacts needed for the kotlin-gradle-plugin in kotlin-ide repository

This commit is contained in:
Alexander Dudinsky
2021-02-17 12:27:30 +03:00
parent 9b4949a3c5
commit a3fa6c6d13
5 changed files with 57 additions and 40 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ testsJar()
projectTest(parallel = false) {
dependsOn(":dist")
dependsOnKotlinPluginInstall()
dependsOnKotlinGradlePluginInstall()
if (!Ide.AS41.orHigher()) {
systemProperty("android.studio.sdk.manager.disabled", "true")
}