Skip to content

Commit d624313

Browse files
committed
Fixed build gradle...
1 parent cce5014 commit d624313

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
url = 'https://repo.mattmalec.com/repository/releases'
1010
}
1111
maven {
12-
url = "https://maven.minecraftforge.net/"
12+
url = "https://maven.mangorage.org/releases"
1313
}
1414
}
1515

@@ -76,9 +76,6 @@ jar {
7676
}
7777

7878
tasks.register('runMain', JavaExec) {
79-
setWorkingDir("C:\\Users\\andre\\Desktop\\minecraft_test")
80-
81-
8279
group = 'application'
8380
description = 'Runs the main class.'
8481

@@ -111,7 +108,7 @@ publishing {
111108

112109
repositories {
113110
maven {
114-
url = "https://maven.minecraftforge.net/"
111+
url = "https://maven.mangorage.org/releases"
115112

116113
credentials {
117114
username = System.getenv("MAVEN_USER")

src/main/java/org/mangorage/bootstrap/internal/MangoBotLaunchTarget.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public void launch(ModuleLayer parent, String[] args) throws Throwable {
3838
moduleNames.addAll(Util.getModuleNames(pluginsPath));
3939
moduleNames.addAll(Util.getModuleNames(sortedLibrariesPath));
4040

41-
4241
final var moduleCfg = Configuration.resolve(
4342
ModuleFinder.of(
4443
sortedLibrariesPath

0 commit comments

Comments
 (0)