Skip to content

Commit

Permalink
build: remove signing of a build artifact (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch authored Jul 3, 2024
1 parent ad60bfd commit 805056a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
id "org.sonarqube" version "5.0.0.4638"
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '8.0.0'
id 'signing'
}

group 'io.firebolt'
Expand Down Expand Up @@ -335,11 +334,6 @@ task generateJavadoc(type: Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}


signing {
sign publishing.publications
}

if (hasProperty('buildScan')) {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
Expand Down

0 comments on commit 805056a

Please sign in to comment.