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 { subprojects {
repositories { repositories {
google() google()
maven { url 'https://repo.boundlessgeo.com/main' } maven { url 'https://repo.boundlessgeo.com/main/' }
jcenter() jcenter()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
} }
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {

View File

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

View File

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

View File

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

View File

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