Geyser: jar download and java version updates (#227)
This commit is contained in:
parent
1d6054880a
commit
6c8c2be6cf
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"DisplayName":"Java Version",
|
"DisplayName":"Java Version",
|
||||||
"Category":"Java Settings",
|
"Category":"Java Settings",
|
||||||
"Description":"Sets the Java version to install. Must be a major version number only such as 18 or 19, not a subversion. Check the [Geyser wiki](https://wiki.geysermc.org/geyser/setup/) for versions compatible with Geyser, and the [Oracle website](https://www.oracle.com/java/technologies/downloads/) for available downloads. Server must be updated after changing this setting",
|
"Description":"Sets the Java version to install. Must be a major version number only such as 17 or 19, not a subversion. Check the [Geyser wiki](https://wiki.geysermc.org/geyser/setup/) for versions compatible with Geyser, and the [Oracle website](https://www.oracle.com/java/technologies/downloads/) for available downloads. Server must be updated after changing this setting",
|
||||||
"Keywords":"java,version",
|
"Keywords":"java,version",
|
||||||
"FieldName":"JavaVersion",
|
"FieldName":"JavaVersion",
|
||||||
"InputType":"number",
|
"InputType":"number",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"JavaVersion",
|
"ParamFieldName":"JavaVersion",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"18",
|
"DefaultValue":"19",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
"UpdateStageName":"Server Download",
|
"UpdateStageName":"Server Download",
|
||||||
"UpdateSourcePlatform":"All",
|
"UpdateSourcePlatform":"All",
|
||||||
"UpdateSource":"FetchURL",
|
"UpdateSource":"FetchURL",
|
||||||
"UpdateSourceData":"https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/target/Geyser.jar",
|
"UpdateSourceData":"https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/lastStableBuild/artifact/bootstrap/standalone/build/libs/Geyser-Standalone.jar",
|
||||||
|
"UpdateSourceArgs":"Geyser.jar",
|
||||||
"UpdateSourceTarget":"{{$FullRootDir}}",
|
"UpdateSourceTarget":"{{$FullRootDir}}",
|
||||||
"OverwriteExistingFiles":true
|
"OverwriteExistingFiles":true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user