Build: Remove dependency on missing task :kotlin-main-kts:dist
This commit is contained in:
@@ -17,6 +17,6 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
projectTest(parallel = true) {
|
projectTest(parallel = true) {
|
||||||
dependsOn(":dist", ":kotlin-main-kts:dist")
|
dependsOn(":dist")
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user