Skip to content

Commit

Permalink
Use VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Nov 5, 2024
1 parent dc670a6 commit 2b676a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.0.0
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ plugins {

description = "Jefferson Lab logbook API"
group 'org.jlab'
version = '5.0.0'

ext {
releaseDate = 'April 05 2020'
}
version new File("${projectDir}/VERSION").text.trim()
ext.releaseDate = new Date().format('MMM dd yyyy')

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

0 comments on commit 2b676a1

Please sign in to comment.