Skip to content

Commit 43787a1

Browse files
committed
Updated to not have Lua anymore...
1 parent 58dcdc8 commit 43787a1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717

1818
dependencies {
1919
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
20-
classpath 'org.mangorage:MangoBotGradle:6.0.8'
20+
classpath 'org.mangorage:MangoBotGradle:6.0.9'
2121
}
2222
}
2323

@@ -62,8 +62,8 @@ dependencies {
6262

6363
installer('org.mangorage:installer:4.0.13')
6464

65-
bot("org.mangorage:mangobotbootstrap:1.0.14")
66-
plugin('org.mangorage:mangobot:12.0.44')
65+
bot("org.mangorage:mangobotbootstrap:1.0.15")
66+
plugin('org.mangorage:mangobot:12.0.50')
6767

6868
// library('org.classdump.luna:luna-all-shaded:0.4.1')
6969

src/main/java/module-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818

1919
opens org.mangorage.mangobotplugin.commands.trick to com.google.gson;
2020
opens org.mangorage.mangobotplugin.commands.trick.lua to com.google.gson;
21+
22+
provides org.mangorage.mangobotcore.plugin.api.Plugin with org.mangorage.mangobotplugin.entrypoint.MangoBot;
23+
uses org.mangorage.mangobotcore.plugin.api.Plugin;
2124
}

0 commit comments

Comments
 (0)