File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
1818
1919 dependencies {
2020 classpath ' gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
21- classpath ' org.mangorage:MangoBotGradle:5 .0.8 '
21+ classpath ' org.mangorage:MangoBotGradle:6 .0.9 '
2222 }
2323}
2424
@@ -73,11 +73,12 @@ dependencies {
7373 testImplementation platform(' org.junit:junit-bom:5.9.1' )
7474 testImplementation ' org.junit.jupiter:junit-jupiter'
7575
76- installer(' org.mangorage:installer:4.0.5 ' )
77- bot(' org.mangorage:mangobot:12 .0.10 ' )
76+ installer(' org.mangorage:installer:4.0.15 ' )
77+ bot(" org.mangorage:mangobotbootstrap:1 .0.15 " )
7878
79- plugin(' org.mangorage:mangobotplugin:12.0.6' )
80- plugin(' org.mangorage:mangobotwebsite:2.0.1' )
79+ plugin(' org.mangorage:mangobot:12.0.50' )
80+ plugin(' org.mangorage:mangobotplugin:12.0.25' )
81+ plugin(' org.mangorage:mangobotwebsite:2.0.4' )
8182
8283 library(' org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' )
8384 library(' org.kohsuke:github-api:1.321' )
Original file line number Diff line number Diff line change 77 requires org .mangorage .mangobotcore ;
88 requires net .dv8tion .jda ;
99 requires net .minecraftforge .eventbus ;
10+
11+ exports org .mangorage .mangobotgithub ;
12+
13+ provides org .mangorage .mangobotcore .plugin .api .Plugin with org .mangorage .mangobotgithub .MangoBotGithub ;
14+ uses org .mangorage .mangobotcore .plugin .api .Plugin ;
1015}
You can’t perform that action at this time.
0 commit comments