mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
4d79052199
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.
8 lines
133 B
Groovy
8 lines
133 B
Groovy
description = 'Apollo Game'
|
|
|
|
dependencies {
|
|
compile project(':cache')
|
|
compile project(':net')
|
|
compile project(':util')
|
|
}
|