File tree 5 files changed +5
-5
lines changed
headlessmc-launcher/src/main/java/me/earth/headlessmc/launcher
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- project_version =2.2.0-SNAPSHOT
1
+ project_version =2.2.0
2
2
org.gradle.jvmargs =-Xmx2048m
3
3
# set to true if you want to run the headlessmc-launcher-wrapper integration tests
4
4
hmc_integration_test_enabled =false
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class Launcher implements HeadlessMc {
28
28
/**
29
29
* The current version of HeadlessMc.
30
30
*/
31
- public static final String VERSION = "2.2.0-SNAPSHOT " ;
31
+ public static final String VERSION = "2.2.0" ;
32
32
33
33
/**
34
34
* A HeadlessMc instance that this Launcher delegates to for CommandLine, ExitManager, etc..
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
- java -jar headlessmc-launcher-wrapper-2.2.0-SNAPSHOT .jar --command $@
2
+ java -jar headlessmc-launcher-wrapper-2.2.0.jar --command $@
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- " %JAVA_HOME% \bin\java" -jar headlessmc-launcher-wrapper-2.2.0-SNAPSHOT .jar --command %*
2
+ " %JAVA_HOME% \bin\java" -jar headlessmc-launcher-wrapper-2.2.0.jar --command %*
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# when running in docker on windows bash seems to be at /bin/bash TODO: can we make this one script?
3
- java -jar headlessmc-launcher-wrapper-2.2.0-SNAPSHOT .jar --command $@
3
+ java -jar headlessmc-launcher-wrapper-2.2.0.jar --command $@
You can’t perform that action at this time.
0 commit comments