Mkdir before build
This commit is contained in:
parent
508475586a
commit
bfd43e6778
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Properties properties = new Properties()
|
|||
propertyFile.withReader { properties.load(it) }
|
||||
properties.setProperty('releaseDate', new Date().format('HH:mm:ss dd-MM-YYYY'))
|
||||
properties.setProperty('releaseVersion', project.version )
|
||||
mkdir "src/main/tmp/w2phtml"
|
||||
propertyDestFile.withWriter { properties.store(it, null) }
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
|
Loading…
Add table
Reference in a new issue