nolte / ansible-minecraft

Ansible role for provisioning a vanilla Minecraft server, forked devops-coop/minecraft/
https://galaxy.ansible.com/nolte/minecraft/
Apache License 2.0
20 stars 11 forks source link

Role fail for Minecraft 1.17 #169

Closed nolte closed 3 years ago

nolte commented 3 years ago

Java Update for 1.17

One change from the 1.17 version is,

* Updated required Java version to Java 16[15]

see minecraft.fandom.com and spigotmc.org

the problem is the current used java version at prepare_java_dependencies.yml#L5.

The plan is, that we change the Java Installation part to a own Role, with Microsoft Build of OpenJDK 16.