Skip to content

Commit eaf46ed

Browse files
committed
Correct publication task
1 parent 28b4a0d commit eaf46ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ configure(webAuthn4JSpringSecurityLibraryProjects) {
167167
sign publishing.publications.standard
168168
}
169169

170-
publishStandardPublicationToSnapshotRepository.onlyIf { webauthn4JSpringSecurityVersion.endsWith("-SNAPSHOT") }
171-
publishStandardPublicationToMavenCentralRepository.onlyIf { !webauthn4JSpringSecurityVersion.endsWith("-SNAPSHOT") }
170+
publishStandardPublicationToSnapshotRepository.onlyIf { webAuthn4JSpringSecurityVersion.endsWith("-SNAPSHOT") }
171+
publishStandardPublicationToMavenCentralRepository.onlyIf { !webAuthn4JSpringSecurityVersion.endsWith("-SNAPSHOT") }
172172

173173

174174
}

0 commit comments

Comments
 (0)