HeavenMS
HeavenMS copied to clipboard
Remove NetBeans project files in favor of gradle files + updated docker
- Removed included
.jarfiles in favor of dependency managed libaries from Maven. - Remove dependency on NetBeans, allowing developers to work with any IDE with gradle support.
- Remove other methods of building, delegating all builds to gradle using
gradlew build. - Remove other methods of launching, delegating non-docker runs to
gradlew run. - Update Docker support to add a
docker-compose, which will boot a mysql server as well as the server. - Fix Docker image to remove all unnecessary cruft, lowering build times.
I've clarified the instructions, using a29c3bcc8155eaa0c42ffac8dcc33bf8dd13326a as a base.
- Adjust
launch.batto use Gradle. Can you try it out and see if it works? I don't use Windows. - Moved instructions about NetBeans to its own section: non-developers on windows ONLY need to hit
launch.batand do not need to fuss with NetBeans and such.