Update dependency gradle to v8 (#1630)

* Update dependency gradle to v8

* Remove VERSION_CATALOGS feature

* Match JDK 19 in toolchain

* Update forces + fix japicmp version

* ???

* Another

* Update japicmp

* Update shadow plugin

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zac Sweers <pandanomic@gmail.com>
This commit is contained in:
renovate[bot]
2023-02-25 18:36:04 +00:00
committed by GitHub
parent 1ddcb6406d
commit 8a098d6a07
8 changed files with 36 additions and 34 deletions

View File

@@ -72,7 +72,7 @@ subprojects {
pluginManager.withPlugin("java") {
configure<JavaPluginExtension> {
toolchain {
languageVersion.set(JavaLanguageVersion.of(18))
languageVersion.set(JavaLanguageVersion.of(19))
}
}
if (project.name != "records-tests") {