File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ mavenPublishing{
47
47
publishToMavenCentral(SonatypeHost .CENTRAL_PORTAL )
48
48
49
49
// Only sign if signing is set up
50
- if (project.hasProperty(" signing.keyId" ))
50
+ if (project.hasProperty(" signing.keyId" ) || project.hasProperty( " signing.signingInMemoryKey " ) )
51
51
signAllPublications()
52
52
53
53
pom{
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ mavenPublishing{
35
35
publishToMavenCentral(SonatypeHost .CENTRAL_PORTAL )
36
36
37
37
// Only sign if signing is set up
38
- if (project.hasProperty(" signing.keyId" ))
38
+ if (project.hasProperty(" signing.keyId" ) || project.hasProperty( " signing.signingInMemoryKey " ) )
39
39
signAllPublications()
40
40
41
41
pom{
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ mavenPublishing{
48
48
publishToMavenCentral(SonatypeHost .CENTRAL_PORTAL )
49
49
50
50
// Only sign if signing is set up
51
- if (project.hasProperty(" signing.keyId" ))
51
+ if (project.hasProperty(" signing.keyId" ) || project.hasProperty( " signing.signingInMemoryKey " ) )
52
52
signAllPublications()
53
53
54
54
pom{
You can’t perform that action at this time.
0 commit comments