build: Switch PRTree GAV to our deployment (#3360)

* build: Switch PRTree repository

* build: Use our GAV
This commit is contained in:
Alex
2021-12-09 18:30:35 +01:00
committed by GitHub
parent b9a130ab00
commit cba0f3ac1f
3 changed files with 6 additions and 6 deletions

View File

@ -73,7 +73,7 @@ allprojects {
plugins.withId("java") {
the<JavaPluginExtension>().toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
languageVersion.set(JavaLanguageVersion.of(16))
}
}