mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +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:
@@ -20,8 +20,8 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
kapt(project(":kotlin:codegen"))
|
||||
kapt(project(":kotlin:moshi-kotlin-codegen"))
|
||||
compileOnly(libs.jsr305)
|
||||
implementation(project(":moshi"))
|
||||
implementation(project(":adapters"))
|
||||
implementation(project(":moshi-adapters"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user