This commit is contained in:
Emux 2021-03-27 19:37:53 +02:00 committed by GitHub
parent e1c24ee8cf
commit ef5f7acbdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 9 deletions

View File

@ -1,7 +1,12 @@
buildscript {
repositories {
google()
jcenter()
jcenter {
content {
// https://youtrack.jetbrains.com/issue/IDEA-261387
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
mavenCentral()
}
dependencies {
@ -43,9 +48,15 @@ def versionName() { return version }
subprojects {
repositories {
google()
jcenter()
jcenter {
content {
// https://youtrack.jetbrains.com/issue/IDEA-261387
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url "https://plugins.gradle.org/m2/" }
}
tasks.withType(JavaCompile) {

View File

@ -1,6 +1,5 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {

View File

@ -1,6 +1,5 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {

View File

@ -1,11 +1,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.13'
classpath 'org.gretty:gretty:3.0.3'
classpath 'gradle.plugin.org.gretty:gretty:3.0.3'
}
}

View File

@ -1,11 +1,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.13'
classpath 'org.gretty:gretty:3.0.3'
classpath 'gradle.plugin.org.gretty:gretty:3.0.3'
}
}

View File

@ -1,6 +1,5 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {