1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-23 08:49:23 +00:00

Use Gradle's dependency catalogue feature (#3305)

Move all of our dependencies to a single catalogue file to make maintenance of them easier.
This commit is contained in:
SupremeMortal
2022-09-26 16:43:17 +01:00
committed by GitHub
parent 2c5c72f85f
commit e491cf8a17
13 changed files with 134 additions and 101 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
dependencies {
compileOnly("org.checkerframework", "checker-qual", Versions.checkerQualVersion)
compileOnly("org.checkerframework", "checker-qual", "3.19.0")
}
tasks {