gradle: Refactor and update to gradle 6

This commit is contained in:
Owain van Brakel
2019-11-10 01:42:11 +01:00
parent 7085ad14f3
commit 18021f6bed
22 changed files with 172 additions and 121 deletions

View File

@@ -25,6 +25,10 @@
rootProject.name = "OpenOSRS"
plugins {
id("com.gradle.enterprise").version("3.0")
}
include(":http-api")
include(":cache")
include(":runelite-api")