We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e2388 commit bf40a97Copy full SHA for bf40a97
build.gradle
@@ -129,7 +129,7 @@ publishing {
129
130
repositories {
131
maven {
132
- url = "https://maven.minecraftforge.net/"
+ url = "https://maven.mangorage.org/releases/"
133
134
credentials {
135
username = System.getenv("MAVEN_USER")
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments