gradle: Format build files

This commit is contained in:
Owain van Brakel
2019-07-24 22:49:38 +02:00
parent da159fd765
commit e911effeed
20 changed files with 224 additions and 239 deletions

View File

@@ -1,8 +1,8 @@
group = 'net.runelite.rs'
description = 'RuneScape Client'
dependencies {
compile project(':runescape-api')
testCompile group: 'junit', name: 'junit', version:'4.12'
testCompile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.26'
testCompile group: 'org.slf4j', name: 'slf4j-simple', version:'1.7.26'
compile project(':runescape-api')
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'
testCompile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.26'
}