Skip to content

Commit

Permalink
Define project version in gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Apr 9, 2024
1 parent ef373d9 commit 5253f43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

group "@grails.app.group@"
version "0.0.1-SNAPSHOT"

repositories {
@repositories@
Expand Down
1 change: 1 addition & 0 deletions skeleton/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
graceVersion[email protected]@
groovyVersion[email protected]@
version=0.0.1-SNAPSHOT
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M

0 comments on commit 5253f43

Please sign in to comment.