mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Guava needs to be in sync with Minecraft
Signed-off-by: matt <4009945+MattBDev@users.noreply.github.com>
This commit is contained in:
parent
d6a801d854
commit
6ec6c26a10
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ subprojects {
|
|||
exclude(module: 'mockito-core')
|
||||
exclude(module: 'dummypermscompat')
|
||||
}
|
||||
compile 'com.google.guava:guava:27.0.1-jre'
|
||||
//Minecraft uses Guava 21 as of 1.13.
|
||||
compile 'com.google.guava:guava:21.0'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||
testImplementation "junit:junit:4.12"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue