File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 if [ -f "$JAR_PATH" ]; then
5151 echo "Found jar at: $JAR_PATH"
52- mvn install:install-file -Dfile="$JAR_PATH" -DgroupId=com.hypixel.hytale -DartifactId=HytaleServer-parent -Dversion=1.0-SNAPSHOT -Dpackaging=jar
52+ mvn install:install-file -Dfile="$JAR_PATH" -DgroupId=com.hypixel.hytale -DartifactId=HytaleServer -Dversion=1.0-SNAPSHOT -Dpackaging=jar
5353 else
5454 echo "Error: HytaleServer.jar not found after extraction!"
5555 ls -R
Original file line number Diff line number Diff line change 3939 JAR_PATH=$(find . -name "HytaleServer.jar" | head -n 1)
4040
4141 if [ -f "$JAR_PATH" ]; then
42- mvn install:install-file -Dfile="$JAR_PATH" -DgroupId=com.hypixel.hytale -DartifactId=HytaleServer-parent -Dversion=1.0-SNAPSHOT -Dpackaging=jar
42+ mvn install:install-file -Dfile="$JAR_PATH" -DgroupId=com.hypixel.hytale -DartifactId=HytaleServer -Dversion=1.0-SNAPSHOT -Dpackaging=jar
4343 else
4444 echo "Error: HytaleServer.jar not found!"
4545 ls -R
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ dependencies {
7676 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.0'
7777
7878 if (project. hasProperty(' useMavenHytale' )) {
79- implementation ' com.hypixel.hytale:HytaleServer-parent :1.0-SNAPSHOT'
79+ implementation ' com.hypixel.hytale:HytaleServer:1.0-SNAPSHOT'
8080 } else {
8181 implementation files(hytaleServerPath)
8282 }
You can’t perform that action at this time.
0 commit comments