mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user