Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
salihkadir authored Sep 5, 2024
1 parent 0cca000 commit c713040
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ java {
}

scmVersion {
// Set the current version baseline to 1.0.0
version = "1.0.0"

tag.apply {
prefix = "v"
versionSeparator = ""
Expand All @@ -48,10 +45,11 @@ scmVersion {
suffix = "SNAPSHOT"
separator = "-"
}
versionIncrementer("incrementPatch")
versionIncrementer("incrementPatch") // Increment patch version
}



pmd {
isIgnoreFailures = true
isConsoleOutput = true
Expand Down

0 comments on commit c713040

Please sign in to comment.