mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-09 20:29:17 +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'
|
||||
|
||||
task createVersionSource {
|
||||
// force task to execute for every build
|
||||
outputs.upToDateWhen { false }
|
||||
|
||||
def versionClassName = 'RiiabloVersion'
|
||||
|
||||
def timeZone = TimeZone.getTimeZone("UTC")
|
||||
|
Loading…
Reference in New Issue
Block a user