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 28b4a0d commit eaf46edCopy full SHA for eaf46ed
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