Skip to content

Commit

Permalink
Fix publishing for 1.x (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed Sep 7, 2022
1 parent 084fb94 commit a86a068
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: '${{ secrets.SONATYPE_NEXUS_USERNAME }}'
ORG_GRADLE_PROJECT_mavenCentralPassword: '${{ secrets.SONATYPE_NEXUS_PASSWORD }}'
ORG_GRADLE_PROJECT_signingInMemoryKey: '${{ secrets.ARTIFACT_SIGNING_PRIVATE_KEY }}'
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ POM_DEVELOPER_NAME=Square, Inc.
POM_DEVELOPER_URL=https://github.com/square/
POM_INCEPTION_YEAR=2015
SONATYPE_STAGING_PROFILE=com.squareup
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ktlint = "0.41.0"
dokka = { id = "org.jetbrains.dokka", version = "1.7.0" }
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.2.9" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.17.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.21.0" }
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "7.0.0" }
spotless = { id = "com.diffplug.spotless", version = "5.14.2" }

Expand Down

0 comments on commit a86a068

Please sign in to comment.