mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-15 13:04:55 +00:00
Corrected use of VERSION when building Bukkit from source (#2341)
This commit is contained in:
@@ -21,7 +21,7 @@ function buildSpigotFromSource {
|
|||||||
|
|
||||||
logn ''
|
logn ''
|
||||||
curl -sSL -o /data/temp/BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && \
|
curl -sSL -o /data/temp/BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && \
|
||||||
java $jvmOpts -jar /data/temp/BuildTools.jar --rev $VANILLA_VERSION 2>&1 |tee /data/spigot_build.log| while read l; do echo -n .; done; log "done"
|
java $jvmOpts -jar /data/temp/BuildTools.jar --rev "$VERSION" 2>&1 |tee /data/spigot_build.log| while read l; do echo -n .; done; log "done"
|
||||||
|
|
||||||
case ${TYPE^^} in
|
case ${TYPE^^} in
|
||||||
SPIGOT)
|
SPIGOT)
|
||||||
|
|||||||
Reference in New Issue
Block a user