From 7beff6a3b67609b478cb42e21508a73a03413021 Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Wed, 22 May 2024 20:58:43 +0200 Subject: [PATCH] Add clarifying comment. --- hppc/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hppc/build.gradle b/hppc/build.gradle index 14d1f140..2e0c0055 100644 --- a/hppc/build.gradle +++ b/hppc/build.gradle @@ -63,6 +63,8 @@ spotless { format('templates', com.diffplug.gradle.spotless.JavaExtension, { target "$buildDir/generated/main/templates" + // This is needed to remove left-over conditional processing + // comments from within imports - gjf doesn't handle these well. bumpThisNumberIfACustomStepChanges(1) custom 'cleanimports', { str -> str.replaceAll('/\\*\\s*\\*/', "") }