Maven central (#813)

This commit is contained in:
Emux 2021-03-16 18:34:31 +02:00 committed by GitHub
parent 1fa86b5e07
commit d7c69e12d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.2'
@ -43,6 +44,7 @@ subprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}

View File

@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.7'

View File

@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.7'

View File

@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.13'

View File

@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.13'

View File

@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.13'