mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 07:29:22 +08:00
* 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>
20 lines
466 B
Plaintext
20 lines
466 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "moshi-root"
|
|
include(":moshi")
|
|
include(":moshi:japicmp")
|
|
include(":moshi:records-tests")
|
|
include(":moshi-adapters")
|
|
include(":moshi-adapters:japicmp")
|
|
include(":examples")
|
|
include(":moshi-kotlin")
|
|
include(":moshi-kotlin-codegen")
|
|
include(":moshi-kotlin-tests")
|
|
include(":moshi-kotlin-tests:codegen-only")
|
|
include(":moshi-kotlin-tests:extra-moshi-test-module")
|