Gradle improvements

This commit is contained in:
Emux 2018-01-22 11:30:48 +02:00
parent 23f48082a1
commit e36d5b53ea
No known key found for this signature in database
GPG Key ID: 89C6921D7AF2BDD0
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) {

View File

@ -1,9 +1,5 @@
apply plugin: 'com.android.application'
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
implementation project(':vtm-android')
implementation project(':vtm-http')

View File

@ -1,7 +1,6 @@
buildscript {
repositories {
jcenter()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.3'

View File

@ -1,7 +1,6 @@
buildscript {
repositories {
jcenter()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.3'

View File

@ -1,9 +1,5 @@
apply plugin: 'application'
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
implementation project(':vtm-desktop')
file("${rootDir}/vtm-desktop/natives").eachDir() { dir ->