Add jar building #6
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KnarCraft/Minecraft-Server-Launcher#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As the .jar files for spigot and bukkit are currently dependent on knarcraft.net, and there is no automated build process, it would be nice to let the user click a button to manually build the latest .jar files, but since it requires git, it might be better to make a standalone client or library just for downloading .jar files.
While the jar building now works in the jar-building branch, it needs to be integrated into the GUI. Make sure it's run in its own thread to prevent the gui from freezing.
Since Minecraft 1.17 needs java 16 and older versions still need java 8, the user needs to be able to define the two java locations/commands necessary for running both old and new java versions.
Everything seems to work as expected. Just need to fix the sponge downloads before merging.