Skip to content

Commit

Permalink
Add task to get project version for easier release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jan 13, 2018
1 parent 14b317c commit f9d30d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ subprojects {

sourceCompatibility = '1.8'
targetCompatibility = '1.8'

task getVersion {
doLast {
println version
}
}
}

0 comments on commit f9d30d5

Please sign in to comment.