Skip to content

Commit c67e86b

Browse files
committed
Updated build.gradle
1 parent b4d6988 commit c67e86b

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
gradlePluginPortal()
66
mavenLocal()
77
maven {
8-
url = "https://maven.minecraftforge.net/"
8+
url = "https://maven.mangorage.org/releases/"
99
}
1010
}
1111

@@ -45,6 +45,9 @@ extraJavaModuleInfo {
4545
repositories {
4646
mavenCentral()
4747
mavenLocal()
48+
maven {
49+
url = "https://maven.mangorage.org/releases/"
50+
}
4851
maven {
4952
url = 'https://maven.minecraftforge.net/'
5053
}
@@ -57,16 +60,13 @@ repositories {
5760
maven {
5861
url 'https://jitpack.io'
5962
}
60-
maven {
61-
url = "https://maven.minecraftforge.net/"
62-
}
6363
}
6464

6565

6666
dependencies {
6767

6868
installer('org.mangorage:installer:4.0.20')
69-
bootstrap("org.mangorage:mangobotbootstrap:1.0.43")
69+
bootstrap("org.mangorage:mangobotbootstrap:1.0.47")
7070

7171

7272
// SpongeMixin...
@@ -159,7 +159,7 @@ publishing {
159159

160160
repositories {
161161
maven {
162-
url = "https://maven.minecraftforge.net/"
162+
url = "https://maven.mangorage.org/releases/"
163163

164164
credentials {
165165
username = System.getenv("MAVEN_USER")

src/main/java/org/mangorage/entrypoint/MangoBotCore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public static void main(String[] args) throws ClassNotFoundException {
2727
}
2828
}
2929

30-
3130
PluginManagerImpl.INSTANCE.load();
3231
loaded = true;
3332
}

src/main/java/org/mangorage/mangobotcore/ExampleThing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class ExampleThing {
44
public void load() {
5-
System.out.println("Faiiled");
5+
System.out.println("Failed");
66
}
77
}

0 commit comments

Comments
 (0)