mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Force :core:createVersionSource to always run regardless of up-to-date
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user