Skip to content

Commit b45c100

Browse files
committed
Updated to new module system...
1 parent 51bf7ed commit b45c100

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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')

src/main/java/module-info.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
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
}

0 commit comments

Comments
 (0)