Skip to content

Commit 4d27302

Browse files
authored
Merge pull request #176 from gatheringhallstudios/jcenter
Removed JCenter and fixed gradle config compatibility.
2 parents 65d179a + 3e626d9 commit 4d27302

File tree

7 files changed

+251
-157
lines changed

7 files changed

+251
-157
lines changed

.idea/gradle.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ allprojects {
2424
mavenCentral()
2525

2626
maven { url "https://jitpack.io" }
27-
jcenter() // Deprecated but there's a few libraries only available here
2827
}
2928
}
3029

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
# The setting is particularly useful for tweaking memory settings.
1212
android.enableJetifier=true
1313
android.useAndroidX=true
14-
org.gradle.jvmargs=-Xmx1536m
14+
org.gradle.jvmargs=-Xmx1536m \
15+
--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
16+
--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
1517
org.gradle.caching=true
1618

1719
# When configured, Gradle will run in incubating parallel mode.

gradle/wrapper/gradle-wrapper.jar

-9.82 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#Thu Jan 11 20:38:39 PST 2024
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip

0 commit comments

Comments
 (0)