Skip to content

Commit

Permalink
Use the same projectVersion property
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 7, 2024
1 parent 22e46ea commit 845ddc3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}

group "grace.demos"
version "0.0.1-SNAPSHOT"
version projectVersion

apply plugin: "eclipse"
apply plugin: "idea"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
projectVersion=0.0.1-SNAPSHOT
graceVersion=2022.2.4
groovyVersion=3.0.17
org.gradle.daemon=true
Expand Down
1 change: 0 additions & 1 deletion plugins/stimulus/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
projectName=stimulus
projectVersion=0.0.1-SNAPSHOT
graceVersion=2020.0.0
groovyVersion=3.0.11
1 change: 0 additions & 1 deletion plugins/turbo/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
projectName=turbo
projectVersion=0.0.1-SNAPSHOT
graceVersion=2020.0.0
groovyVersion=3.0.11

0 comments on commit 845ddc3

Please sign in to comment.