Skip to content

Commit

Permalink
Version from file
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jun 13, 2024
1 parent 34c51b4 commit 12a76a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.17.1
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ plugins {

description = "EPICS to web gateway"
group 'org.jlab'
version '1.17.1'

ext {
releaseDate = 'Feb. 14 2024'
productionRelease = 'true'
}
version new File("${projectDir}/VERSION").text.trim()
ext.releaseDate = new Date().format('MMM dd yyyy')
ext.productionRelease = 'true'

compileJava {
options.release = 8
Expand Down

0 comments on commit 12a76a6

Please sign in to comment.