From 830c30887fa26e25215a15902e896e5007145225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 26 Nov 2018 22:09:09 +0100 Subject: [PATCH] Fixup for PR #58 --- build.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.groovy b/build.groovy index dc61edde..ec169246 100644 --- a/build.groovy +++ b/build.groovy @@ -9,9 +9,9 @@ import groovy.transform.Field @Field def customEnv = [] // compression is incompatible with JEP-210 right now -//properties([ +properties([ // compressBuildLog() -//]) +]) // ============================================================================ // Stages