Skip to content

Commit

Permalink
Remove extra signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 2, 2024
1 parent 368b8f7 commit 7694283
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ VERSION_NAME=8.3.0-SNAPSHOT

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

POM_NAME=Shadow Gradle Plugin
POM_DESCRIPTION=Gradle version of Maven's Shade plugin.
Expand Down
4 changes: 0 additions & 4 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ gradlePlugin {
tasks.named('publishPlugins') {
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/21283")
}

mavenPublishing {
signAllPublications()
}

0 comments on commit 7694283

Please sign in to comment.