Skip to content

Commit 038a8ea

Browse files
committed
Release v.1.0.0
1 parent 26a539b commit 038a8ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
group = 'com.spertus'
17-
version = '0.1-SNAPSHOT'
17+
version = '1.0.0'
1818

1919
publishing {
2020
publications {
@@ -57,6 +57,10 @@ compileTestJava {
5757
options.compilerArgs += ['-Xlint:deprecation']
5858
}
5959

60+
signing {
61+
sign(publishing.publications["mavenJava"])
62+
}
63+
6064
nexusPublishing {
6165
repositories {
6266
sonatype { //only for users registered in Sonatype after 24 Feb 2021

0 commit comments

Comments
 (0)