We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62936db commit e5a1458Copy full SHA for e5a1458
2 files changed
build.gradle
@@ -10,12 +10,15 @@ buildscript {
10
maven {
11
url = 'https://repo.mattmalec.com/repository/releases'
12
}
13
+ maven {
14
+ url = "https://maven.minecraftforge.net/"
15
+ }
16
17
18
19
dependencies {
20
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
- classpath 'org.mangorage:MangoBotGradle:b-5.0.+'
21
+ classpath 'org.mangorage:MangoBotGradle:5.0.8'
22
23
24
src/main/java/org/mangorage/mangobotgithub/AICommand.java
@@ -38,8 +38,7 @@ public class AICommand implements IBasicCommand {
38
39
40
41
- } catch (IOException ignored) {
42
- }
+ } catch (IOException ignored) {}
43
44
return CommandResult.PASS;
45
0 commit comments