We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614efd6 commit 58ce637Copy full SHA for 58ce637
1 file changed
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
url = 'https://repo.mattmalec.com/repository/releases'
12
}
13
maven {
14
- url = "https://maven.minecraftforge.net/"
+ url = "https://maven.mangorage.org/releases/"
15
16
17
@@ -52,6 +52,9 @@ repositories {
52
mavenCentral()
53
mavenLocal()
54
55
+ maven {
56
57
+ }
58
59
url = 'https://maven.minecraftforge.net/'
60
@@ -129,7 +132,7 @@ publishing {
129
132
130
133
repositories {
131
134
135
136
137
credentials {
138
username = System.getenv("MAVEN_USER")
0 commit comments