Skip to content

Commit e5a1458

Browse files
committed
Updated to using BuiltIn GitVersion...
1 parent 62936db commit e5a1458

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ buildscript {
1010
maven {
1111
url = 'https://repo.mattmalec.com/repository/releases'
1212
}
13+
maven {
14+
url = "https://maven.minecraftforge.net/"
15+
}
1316

1417
}
1518

1619
dependencies {
1720
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
18-
classpath 'org.mangorage:MangoBotGradle:b-5.0.+'
21+
classpath 'org.mangorage:MangoBotGradle:5.0.8'
1922
}
2023
}
2124

src/main/java/org/mangorage/mangobotgithub/AICommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public class AICommand implements IBasicCommand {
3838
}
3939
}
4040
}
41-
} catch (IOException ignored) {
42-
}
41+
} catch (IOException ignored) {}
4342

4443
return CommandResult.PASS;
4544
}

0 commit comments

Comments
 (0)