RedstoneFuture / missilewars

MissileWars is a famous, fun and fast minigame spigot-plugin for Minecraft
https://www.spigotmc.org/resources/62947
GNU General Public License v3.0
13 stars 9 forks source link

1.20 migration #96

Closed daniel-naegele closed 1 year ago

RedstoneFuture commented 1 year ago

Do we need the two new files nvmw and nvmw.cmd ?

daniel-naegele commented 1 year ago

Do we need the two new files nvmw and nvmw.cmd ?

Yes, these are in fact, not new but only got changed by IDE/OS or something.

These are the wrapper scripts for maven. With this, we have an independent maven version on all devices, so developers can just use either './mvnw' on linux or 'mvnw.cmd' on windows in their terminal to have a ready maven with the right version.