Merge pull request #432 from Swagger2Markup/revert-431-signing

Revert "Added signing"
This commit is contained in:
Shubham Rawat
2022-02-18 22:03:47 +05:30
committed by GitHub
3 changed files with 1 additions and 6 deletions

View File

@@ -77,6 +77,6 @@ jobs:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USER }}
ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.SONATYPE_PASSWORD }}
with:
arguments: publishToSonatype
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
dependencies-cache-enabled: true
configuration-cache-enabled: true

View File

@@ -35,7 +35,6 @@ ext {
configure(project.coreProjects) {
apply plugin: 'java'
apply plugin: 'signing'
apply plugin: 'maven'
apply plugin: 'maven-publish'
apply from: "${rootDir}/publishing.gradle"

View File

@@ -44,10 +44,6 @@ artifacts {
archives javadocJar
}
signing {
sign publishing.publications
}
publishing {
publications {
mavenJava(MavenPublication) {