Skip to content

Commit

Permalink
feat: Adjust releaseVersion prop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisingenhaag committed Feb 26, 2024
1 parent 346212f commit 02b0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizon-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
group 'de.telekom.eni'

ext {
isReleaseVersion = !version.endsWith("SNAPSHOT")
isReleaseVersion = !version.matches(".*SNAPSHOT.*")
}

java {
Expand Down

0 comments on commit 02b0766

Please sign in to comment.