We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea5009 commit 28b4a0dCopy full SHA for 28b4a0d
build.gradle
@@ -167,8 +167,8 @@ configure(webAuthn4JSpringSecurityLibraryProjects) {
167
sign publishing.publications.standard
168
}
169
170
- publishStandardPublicationToSnapshotRepository.onlyIf { webauthn4jSpringSecurityVersion.endsWith("-SNAPSHOT") }
171
- publishStandardPublicationToMavenCentralRepository.onlyIf { !webauthn4jSpringSecurityVersion.endsWith("-SNAPSHOT") }
+ publishStandardPublicationToSnapshotRepository.onlyIf { webauthn4JSpringSecurityVersion.endsWith("-SNAPSHOT") }
+ publishStandardPublicationToMavenCentralRepository.onlyIf { !webauthn4JSpringSecurityVersion.endsWith("-SNAPSHOT") }
172
173
174
0 commit comments