I propose to modernise the project to use gradle build with dependency management from maven central. I've removed external libraries from /lib folder. They are now taken as external decencies to the project during gradle build. ServerForm.java has been migrated to GroupLayout from JRE appeared in Java 1.6.
Now to build the project:
gradle build
build/distribution folder has tar/zip archive with jar's and shell/bat file to start.
I propose to modernise the project to use gradle build with dependency management from maven central. I've removed external libraries from /lib folder. They are now taken as external decencies to the project during gradle build. ServerForm.java has been migrated to GroupLayout from JRE appeared in Java 1.6. Now to build the project: gradle build
build/distribution folder has tar/zip archive with jar's and shell/bat file to start.