mirror of
https://gitlab.com/2009scape/tools/rs09-constants-library.git
synced 2026-08-01 14:39:15 -06:00
This one is to make sure it works
This commit is contained in:
parent
4863222810
commit
79d9950b43
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ task incrementBuildNumber {
|
|||
def versionFile = file('version.properties')
|
||||
def buildNum
|
||||
|
||||
//does some fun "hacks" with properties to achieve auto incrementing version. version.properties needs to get cached on CICD for this to work
|
||||
if (versionFile.canRead()) {
|
||||
def Properties versionProps = new Properties()
|
||||
versionProps.load(new FileInputStream(versionFile))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue