Skip to content

Commit 66f7da5

Browse files
committed
Updated build.gradle
1 parent 136e131 commit 66f7da5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ buildscript {
1111
url = 'https://repo.mattmalec.com/repository/releases'
1212
}
1313
maven {
14-
url = "https://maven.minecraftforge.net/"
14+
url = "https://maven.mangorage.org/releases/"
1515
}
16-
1716
}
1817

1918
dependencies {
2019
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
21-
classpath 'org.mangorage:MangoBotGradle:6.0.10'
20+
classpath 'org.mangorage:MangoBotGradle:6.0.13'
2221
}
2322
}
2423

@@ -64,6 +63,10 @@ tasks.withType(JavaExec).configureEach {
6463
repositories {
6564
mavenLocal()
6665
mavenCentral()
66+
67+
maven {
68+
url = "https://maven.mangorage.org/"
69+
}
6770
maven {
6871
url = 'https://maven.minecraftforge.net/'
6972
}
@@ -146,7 +149,7 @@ publishing {
146149

147150
repositories {
148151
maven {
149-
url = "https://maven.minecraftforge.net/"
152+
url = "https://maven.mangorage.org/releases/"
150153

151154
credentials {
152155
username = System.getenv("MAVEN_USER")

0 commit comments

Comments
 (0)