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

@@ -10,10 +10,10 @@ ktlint = "0.48.2"
[plugins]
dokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.2.9" }
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.1" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.24.0" }
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.0.0" }
spotless = { id = "com.diffplug.spotless", version = "6.15.0" }
[libraries]