Skip to content

Commit

Permalink
Move project version so gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Jan 2, 2025
1 parent a299a1b commit a503d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "space.npstr.prometheus_extensions"
version = "1.10.3"
version = "$projectVersion"

java {
toolchain {
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
org.gradle.warning.mode=all

projectVersion=1.10.3

springBootVersion=3.4.1

javaVersion=21
Expand Down

0 comments on commit a503d5d

Please sign in to comment.