[build] Create a root task for gradle-plugin uploading

This commit is contained in:
Ilya Matveev
2017-12-29 18:15:17 +07:00
committed by ilmat192
parent 6d4b15867b
commit 3b7d16c70e
3 changed files with 10 additions and 8 deletions
-4
View File
@@ -18,10 +18,6 @@ buildscript {
}
repositories {
maven {
//TODO: this path should be removed!!
url "https://oss.sonatype.org/content/repositories/snapshots"
}
maven {
url kotlinCompilerRepo
}