0

gradle: maven local

(cherry picked from commit a8e28bc3c3)
This commit is contained in:
2019-06-04 12:10:29 +03:00
parent 69c3e1fe7a
commit 4f24485e2c

View File

@@ -7,6 +7,7 @@ apply plugin: 'java'
apply plugin: 'application'
repositories {
mavenLocal()
mavenCentral()
}