Fix kotlin-daemon-client project config and publications, fix problem with uploadArchives task

This commit is contained in:
Ilya Chernikov
2017-09-08 19:29:58 +03:00
parent 5dfcac18b7
commit 02ec70e9f1
4 changed files with 7 additions and 3 deletions
+5
View File
@@ -107,3 +107,8 @@ projectTest {
testsJar {}
classesDirsArtifact()
task("uploadArchives") {
// hides rule-based task with the same name, which appears to be broken in this project
}