Skip to content

Commit 8b981d1

Browse files
committed
back to in-memory key
1 parent fbb375d commit 8b981d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ subprojects { subproject ->
171171
}
172172

173173
signing {
174-
useInMemoryPgpKeys(ext.signingInMemoryKey, ext.signingInMemoryKeyPassword )
174+
useInMemoryPgpKeys(rootProject.ext.signingInMemoryKey, rootProject.ext.signingInMemoryKeyPassword )
175175
sign publishing.publications
176176
}
177177

0 commit comments

Comments
 (0)