Repository: aurora Updated Branches: refs/heads/master 0d7f946f7 -> c66d9f574
Disable task caching for the generateBuildProperties task. Reviewed at https://reviews.apache.org/r/41391/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/c66d9f57 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/c66d9f57 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/c66d9f57 Branch: refs/heads/master Commit: c66d9f5741b21251a65b3a1973a8d10d3c99e923 Parents: 0d7f946 Author: Bill Farner <[email protected]> Authored: Mon Dec 14 21:57:46 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Mon Dec 14 21:57:46 2015 -0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/c66d9f57/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index cb3c45b..ab1ec1c 100644 --- a/build.gradle +++ b/build.gradle @@ -304,7 +304,7 @@ publishing { task generateBuildProperties (type:Exec) { def outputDir = file("${buildDir}/build-properties") def outputFile = file("${outputDir}/build.properties") - inputs.dir rootDir + outputs.upToDateWhen { false } outputs.dir outputDir doFirst { outputDir.exists() || outputDir.mkdirs()
