summaryrefslogtreecommitdiff
path: root/javaEE
diff options
context:
space:
mode:
authorJulian Kast <julian@livio.com>2021-04-28 12:16:48 -0400
committerJulian Kast <julian@livio.com>2021-04-28 12:16:48 -0400
commit53ebcc590c7bf8cda1b915038bcf70601d5ff73d (patch)
tree08cf1ae9b5443755f813772fdcc988b1799a57dc /javaEE
parent2ed0f0e34d599e0626bf717a08584dd79e009e9b (diff)
downloadsdl_android-53ebcc590c7bf8cda1b915038bcf70601d5ff73d.tar.gz
Remove JCenter for gradle files
Diffstat (limited to 'javaEE')
-rw-r--r--javaEE/hello_sdl_java_ee/build.gradle1
-rw-r--r--javaEE/javaEE/build.gradle3
2 files changed, 1 insertions, 3 deletions
diff --git a/javaEE/hello_sdl_java_ee/build.gradle b/javaEE/hello_sdl_java_ee/build.gradle
index 105285adf..7088fc739 100644
--- a/javaEE/hello_sdl_java_ee/build.gradle
+++ b/javaEE/hello_sdl_java_ee/build.gradle
@@ -10,7 +10,6 @@ repositories {
mavenCentral()
mavenLocal()
google()
- jcenter()
}
// This extraLibs solution is explained here: https://discuss.gradle.org/t/how-to-include-dependencies-in-jar/19571/5
configurations {
diff --git a/javaEE/javaEE/build.gradle b/javaEE/javaEE/build.gradle
index e509a9e08..a97824e30 100644
--- a/javaEE/javaEE/build.gradle
+++ b/javaEE/javaEE/build.gradle
@@ -7,7 +7,6 @@ sourceCompatibility = 1.7
buildscript {
repositories {
- jcenter()
mavenCentral()
}
dependencies {
@@ -17,7 +16,7 @@ buildscript {
repositories {
google()
- jcenter()
+ mavenCentral()
}
// This extraLibs solution is explained here: https://discuss.gradle.org/t/how-to-include-dependencies-in-jar/19571/5