Skip to content

Commit

Permalink
Release v.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
espertus committed Mar 9, 2024
1 parent 26a539b commit 038a8ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

group = 'com.spertus'
version = '0.1-SNAPSHOT'
version = '1.0.0'

publishing {
publications {
Expand Down Expand Up @@ -57,6 +57,10 @@ compileTestJava {
options.compilerArgs += ['-Xlint:deprecation']
}

signing {
sign(publishing.publications["mavenJava"])
}

nexusPublishing {
repositories {
sonatype { //only for users registered in Sonatype after 24 Feb 2021
Expand Down

0 comments on commit 038a8ea

Please sign in to comment.