mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
10 lines
234 B
Groovy
10 lines
234 B
Groovy
subprojects { subproj ->
|
|
if (subproj.buildFile.exists()) {
|
|
apply plugin: 'apollo-plugin'
|
|
|
|
dependencies {
|
|
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion
|
|
}
|
|
}
|
|
}
|