mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-10 12:50:25 +07:00
Force :core:createVersionSource to always run regardless of up-to-date
This commit is contained in:
parent
95845c0ba1
commit
107b408f1e
@ -128,6 +128,9 @@ generateSources.dependsOn 'createVersionSource'
|
|||||||
compileJava.dependsOn 'generateSources'
|
compileJava.dependsOn 'generateSources'
|
||||||
|
|
||||||
task createVersionSource {
|
task createVersionSource {
|
||||||
|
// force task to execute for every build
|
||||||
|
outputs.upToDateWhen { false }
|
||||||
|
|
||||||
def versionClassName = 'RiiabloVersion'
|
def versionClassName = 'RiiabloVersion'
|
||||||
|
|
||||||
def timeZone = TimeZone.getTimeZone("UTC")
|
def timeZone = TimeZone.getTimeZone("UTC")
|
||||||
|
Loading…
Reference in New Issue
Block a user