mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +00:00
Re-add guava dependency to plugins
This commit is contained in:
@@ -27,5 +27,6 @@ configure(subprojects.findAll { it.buildFile.exists() }) { subproj ->
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
kotlinScriptDef(":game")
|
kotlinScriptDef(":game")
|
||||||
|
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user