Skip to content

Commit

Permalink
don't do snapshot releases
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir authored Feb 27, 2024
1 parent 12d8345 commit b270234
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ plugins {
alias(libs.plugins.nmcp)
}

if (rootProject.findProperty("snapshot") != "false") {
allprojects {
version = "$version-SNAPSHOT"
}
}

nmcp {
publishAllProjectsProbablyBreakingProjectIsolation {
username = findProperty("mavenCentralUsername") as? String
Expand Down

0 comments on commit b270234

Please sign in to comment.