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:
@@ -24,19 +24,3 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 \
|
||||
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|
||||
|
||||
kapt.include.compile.classpath=false
|
||||
|
||||
GROUP=com.squareup.moshi
|
||||
VERSION_NAME=1.14.0-SNAPSHOT
|
||||
POM_DESCRIPTION=A modern JSON API for Android and Java
|
||||
POM_URL=https://github.com/square/moshi/
|
||||
POM_SCM_URL=https://github.com/square/moshi/
|
||||
POM_SCM_CONNECTION=scm:git:git://github.com/square/moshi.git
|
||||
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/moshi.git
|
||||
POM_LICENCE_NAME=The Apache Software License, Version 2.0
|
||||
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
POM_LICENCE_DIST=repo
|
||||
POM_DEVELOPER_ID=square
|
||||
POM_DEVELOPER_NAME=Square, Inc.
|
||||
POM_DEVELOPER_URL=https://github.com/square/
|
||||
POM_INCEPTION_YEAR=2015
|
||||
SONATYPE_STAGING_PROFILE=com.squareup
|
||||
|
Reference in New Issue
Block a user