mirror of
https://github.com/fankes/moshi.git
synced 2025-12-12 22:01:02 +08:00
Switch to the Vanniktech base plugin for publishing (#1450)
* Switch to the Vanniktech base plugin for publishing Move configuration out of build.gradle files and into build.gradle.kts files. Sign published builds. Support publishing release builds from GitHub actions. * Update build.gradle.kts Co-authored-by: Zac Sweers <zac.sweers@gmail.com> Co-authored-by: Zac Sweers <zac.sweers@gmail.com>
This commit is contained in:
@@ -26,10 +26,13 @@ include(":moshi")
|
||||
include(":moshi:japicmp")
|
||||
include(":moshi:records-tests")
|
||||
include(":adapters")
|
||||
project(":adapters").name = "moshi-adapters"
|
||||
include(":adapters:japicmp")
|
||||
include(":examples")
|
||||
include(":kotlin:reflect")
|
||||
project(":kotlin:reflect").name = "moshi-kotlin"
|
||||
include(":kotlin:codegen")
|
||||
project(":kotlin:codegen").name = "moshi-kotlin-codegen"
|
||||
include(":kotlin:tests")
|
||||
include(":kotlin:tests:codegen-only")
|
||||
include(":kotlin:tests:extra-moshi-test-module")
|
||||
|
||||
Reference in New Issue
Block a user