mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-28 01:55:27 +02:00
Make use of because
args
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user