Skip to content

Commit

Permalink
Fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed Aug 31, 2024
1 parent 729b80d commit b31fae7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ publishing {
}
repositories {
maven {
url = if (version.toString()
.endsWith("-SNAPSHOT")
) URI("https://oss.sonatype.org/content/repositories/snapshots/")
url = if (junit5SystemExitVersion.endsWith("-SNAPSHOT")) URI("https://oss.sonatype.org/content/repositories/snapshots/")
else URI("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials {
username = System.getenv("SONATYPE_USERNAME")
Expand Down

0 comments on commit b31fae7

Please sign in to comment.