Upgraded mainline/latest to Java 11

This commit is contained in:
Geoff Bourne
2021-01-30 16:16:36 -06:00
parent 34f800d815
commit 4a7f838a0f
4 changed files with 10 additions and 5 deletions
+4
View File
@@ -95,6 +95,10 @@ case "${TYPE^^}" in
;;
FORGE)
log "**********************************************************************"
log "WARNING: Use the image tag itzg/minecraft-server:forge"
log " since some mods require Java 8"
log "**********************************************************************"
exec ${SCRIPTS:-/}start-deployForge "$@"
;;