mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Make use of because
args
This commit is contained in:
parent
6bc4e5b45c
commit
84d5ebfa41
@ -5,8 +5,12 @@ dependencies {
|
|||||||
compileOnlyApi("org.checkerframework:checker-qual:3.9.0")
|
compileOnlyApi("org.checkerframework:checker-qual:3.9.0")
|
||||||
|
|
||||||
// Minecraft expectations
|
// Minecraft expectations
|
||||||
compileOnlyApi("com.google.guava:guava:21.0") // Minecraft uses v21.0
|
compileOnlyApi("com.google.guava:guava:21.0") {
|
||||||
compileOnlyApi("com.google.code.gson:gson:2.8.0") // Minecraft uses v2.8.0
|
because("Minecraft uses v21.0")
|
||||||
|
}
|
||||||
|
compileOnlyApi("com.google.code.gson:gson:2.8.0") {
|
||||||
|
because("Minecraft uses 2.8.0")
|
||||||
|
}
|
||||||
|
|
||||||
// Platform expectations
|
// Platform expectations
|
||||||
compileOnlyApi("org.yaml:snakeyaml:1.26") // Some platforms provide this
|
compileOnlyApi("org.yaml:snakeyaml:1.26") // Some platforms provide this
|
||||||
|
Loading…
Reference in New Issue
Block a user