Skip to content

Commit

Permalink
Turned off signing
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Jul 5, 2023
1 parent 5ef433c commit bd8ae87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
id 'java'
id("com.diffplug.spotless") version "6.19.0"
id 'org.gradle.maven-publish'
id 'signing'
//id 'signing'
}

group = 'io.github.jonasschaub'
Expand Down Expand Up @@ -195,7 +195,7 @@ publishing {
}
}

signing {
//signing {
//uses keys and passwords declared in userhome/.gradle/gradle.properties
sign publishing.publications.mavenJava
}
//sign publishing.publications.mavenJava
//}

0 comments on commit bd8ae87

Please sign in to comment.