Skip to content

Commit

Permalink
VERSION from file
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Apr 1, 2024
1 parent 24e3051 commit fddc2e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.4.0
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}
description = 'System Readiness Manager app'
group 'org.jlab'
version '5.4.0'
ext.releaseDate = 'Mar 7 2024'
version new File("./VERSION").text
ext.releaseDate = new Date().format('MMM dd yyyy')

tasks.withType(JavaCompile) {
options.release = 11
Expand Down

0 comments on commit fddc2e6

Please sign in to comment.