Skip to content

Commit

Permalink
Add clarifying comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed May 22, 2024
1 parent 8c4cad5 commit 7beff6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hppc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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*\\*/', "") }

Expand Down

0 comments on commit 7beff6a

Please sign in to comment.