* gradle: Update dependencies Also made the version numbers global to make updating easier, also this way we can't have mismatches where different projects use diffrent versions of a dep * cache: Fix TitleDumper test * gradle: Format build files * httpserviceplus: Remove unneeded deps
7 lines
107 B
Groovy
7 lines
107 B
Groovy
group = 'net.runelite.rs'
|
|
description = 'RuneScape API'
|
|
|
|
dependencies {
|
|
api project(':runelite-api')
|
|
}
|