Skip to content

Commit

Permalink
Version from file
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Sep 30, 2024
1 parent 4bd4026 commit 849c52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.14.3
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ plugins {
}
description = "Accelerator task calendar"
group 'org.jlab'
version = '3.14.3'
version new File("${projectDir}/VERSION").text.trim()
ext.releaseDate = new Date().format('MMM dd yyyy')

ext {
releaseDate = 'April 10 2023'
}
tasks.withType(JavaCompile) {
options.release = 11
options.encoding = 'UTF-8'
Expand Down

0 comments on commit 849c52e

Please sign in to comment.