Skip to content

Commit 1a4eb8d

Browse files
spotless
1 parent a61df5b commit 1a4eb8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/scripts/mavenCentralPublish.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ if (project.hasProperty('user') && project.hasProperty('password') && project.ha
8484
}
8585
signing {
8686
useInMemoryPgpKeys(
87-
findProperty('signingKey') as String,
88-
findProperty('signingPassword') as String
89-
)
87+
findProperty('signingKey') as String,
88+
findProperty('signingPassword') as String
89+
)
9090
sign publications.mavenJava
9191
}
9292
}

0 commit comments

Comments
 (0)