runeliteplus: adds preliminary Gradle support

This commit is contained in:
Zeruth
2019-07-23 02:07:02 -04:00
parent 61b4531a0d
commit e4f9aa1d6a
31 changed files with 2684 additions and 118 deletions

View File

@@ -0,0 +1,9 @@
description = 'Cache Client'
dependencies {
compile project(':cache')
compile project(':protocol')
testCompile group: 'junit', name: 'junit', version:'4.12'
testCompile group: 'org.slf4j', name: 'slf4j-simple', version:'1.7.26'
testCompile project(':cache')
}