From cfc26a095c5caaf5665e58292a181aa3cf52cbe8 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Wed, 6 Mar 2019 15:13:59 +0100 Subject: [PATCH] Fix another small whitespace issue --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a9691f2..f75b06a 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ public class Version { public static final String VERSION = "${project.version}"; } - """ +""" File f = file("src/main/java/org/sablecc/sablecc/Version.java") f.delete() f << buildconstants_class -- GitLab