changeset 186:21b4b58e3cd8

fix output property file
author smith@nwoca.org
date Tue, 03 Mar 2015 23:05:12 +0000
parents e1762e4ad070
children 6d5b9cf9fd97
files init20.gradle
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/init20.gradle	Sun Mar 01 21:17:19 2015 +0000
+++ b/init20.gradle	Tue Mar 03 23:05:12 2015 +0000
@@ -247,6 +247,7 @@
                     def ps = gradle."environment${e}".toProperties()
                     ps['ssdt.project'] = project.name
 					def pf = new File(outputDir,propertyFile)
+					ext.outputPropertyFile = pf
                     ps.store(pf.newOutputStream(), "by $taskName of $this")
                     def l = pf.readLines().sort()
                     pf.text = l.join('\n')