File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import org.mangorage.mangobotgradle.util.GitVersion
33buildscript {
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
4241repositories {
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' )
You can’t perform that action at this time.
0 commit comments