Files
moshi/settings.gradle.kts
renovate[bot] 8a098d6a07 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>
2023-02-25 18:36:04 +00:00

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")