gradle: Remove deprecated methods

This commit is contained in:
Owain van Brakel
2019-07-27 06:26:59 +02:00
parent d8ddfa9110
commit 8d1489254f
18 changed files with 161 additions and 146 deletions

View File

@@ -1,5 +1,5 @@
description = 'Injected Client'
dependencies {
compile project(':rs-client')
compile group: 'net.runelite.rs', name: 'vanilla', version: '181'
implementation project(':rs-client')
implementation group: 'net.runelite.rs', name: 'vanilla', version: '181'
}