changeset 260:7b699c240ceb

allow slurper files that have 'parent' settings
author smith@nwoca.org
date Fri, 02 Nov 2018 16:21:16 +0100
parents 020de521e394
children b7b65152446e
files init20.gradle
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/init20.gradle	Fri Oct 19 10:57:27 2018 -0400
+++ b/init20.gradle	Fri Nov 02 16:21:16 2018 +0100
@@ -250,7 +250,7 @@
                     ext.outputPropertyFile = pf
                     ps.store(pf.newOutputStream(), "by $taskName of $this")
                     def l = pf.readLines().sort()
-                    pf.text = l.join('\n')
+                    pf.text = l.join('\n').replaceAll("\\.PARENT","")
                 }
             }
         }