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:
Gary Tierney
2017-01-02 04:31:58 +00:00
parent e5a6638e2f
commit 4d79052199
7 changed files with 76 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
description = 'Apollo Cache'
dependencies {
compile project(':util')
}