mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 00:38:14 +00:00
Convert to the gradle build system
Ports the Maven build POMs to Gradle build scripts, which are a bit friendlier to use. Instead of using the exec:java Maven goal to run the server now, the gradle run task should be used.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
rootProject.name = 'org.apollo'
|
||||
include ':cache'
|
||||
include ':game'
|
||||
include ':net'
|
||||
include ':util'
|
||||
Reference in New Issue
Block a user