Skip to content

Commit dcd16fd

Browse files
committed
Release 1.0.7
1 parent 1cdf41f commit dcd16fd

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "io.spring.security.release" version "1.0.3"
44
}
55

6-
group = "io.spring.gradle"
6+
group = "io.spring.security.gradle"
77
description = "Spring Security Release Tools"
88

99
springRelease {

buildSrc/src/main/java/org/springframework/gradle/maven/SpringSigningPlugin.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ public void apply(Project project) {
3838
project.getPluginManager().apply(SigningPlugin.class);
3939
project.getPlugins().withType(SigningPlugin.class, (signingPlugin) -> {
4040
boolean hasSigningKey = project.hasProperty("signing.keyId") || project.hasProperty("signingKey");
41-
if (hasSigningKey) {
42-
sign(project);
43-
}
41+
sign(project);
4442
});
4543
});
4644
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0.8-SNAPSHOT
1+
version=1.0.7
22
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
33
org.gradle.parallel=true
44
org.gradle.caching=true

0 commit comments

Comments
 (0)