CharlesSkelton / studio

Studio for kdb+ / Rapid execution environment for q
Apache License 2.0
94 stars 61 forks source link

Gradle build #6

Closed dzmipt closed 4 years ago

dzmipt commented 4 years ago

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.