File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
buildSrc/src/main/java/org/springframework/gradle/maven Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff 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"
77description = " Spring Security Release Tools"
88
99springRelease {
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 1- version =1.0.8-SNAPSHOT
1+ version =1.0.7
22org.gradle.jvmargs =-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
33org.gradle.parallel =true
44org.gradle.caching =true
You can’t perform that action at this time.
0 commit comments