Skip to content

Commit 11cef6d

Browse files
committed
Updated to using new MangoBotGradle system...
Will do more work later... renaming bot() to launcher()
1 parent dbb74a1 commit 11cef6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import org.mangorage.mangobotgradle.util.GitVersion
33
buildscript {
44
repositories {
55
mavenCentral()
6-
mavenLocal()
76
maven {
87
url = uri("https://plugins.gradle.org/m2/")
98
}
@@ -17,7 +16,7 @@ buildscript {
1716

1817
dependencies {
1918
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
20-
classpath 'org.mangorage:MangoBotGradle:6.0.6'
19+
classpath 'org.mangorage:MangoBotGradle:6.0.7'
2120
}
2221
}
2322

@@ -41,7 +40,6 @@ extraJavaModuleInfo {
4140

4241
repositories {
4342
mavenCentral()
44-
mavenLocal()
4543
maven {
4644
url = 'https://maven.minecraftforge.net/'
4745
}
@@ -61,7 +59,9 @@ dependencies {
6159
testImplementation 'org.junit.jupiter:junit-jupiter'
6260

6361
installer('org.mangorage:installer:4.0.13')
64-
bot('org.mangorage:mangobot:12.0.36')
62+
63+
bot("org.mangorage:mangobotbootstrap:1.0.3")
64+
plugin('org.mangorage:mangobot:12.0.36')
6565

6666
library('org.luaj:luaj-jse:3.0.1')
6767
library('dev.arbjerg:lavaplayer:2.2.3')

0 commit comments

Comments
 (0)