Gradle improvements

This commit is contained in:
Emux
2018-01-22 11:30:48 +02:00
parent 23f48082a1
commit e36d5b53ea
5 changed files with 2 additions and 11 deletions

View File

@@ -42,8 +42,9 @@ def versionName() { return version }
subprojects {
repositories {
google()
maven { url 'https://repo.boundlessgeo.com/main' }
maven { url 'https://repo.boundlessgeo.com/main/' }
jcenter()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
tasks.withType(JavaCompile) {