# HG changeset patch # User smith@nwoca.org # Date 1541172076 -3600 # Node ID 7b699c240cebc4cc4ff170fe94d0bdbd7db063cd # Parent 020de521e3943f3dca5c0c342ec628c8abc6858c allow slurper files that have 'parent' settings diff -r 020de521e394 -r 7b699c240ceb init20.gradle --- 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","") } } }