We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583a45e commit 8978b00Copy full SHA for 8978b00
src/main/resources/spotless/freshmark.gradle
@@ -35,6 +35,12 @@ spotless {
35
ratchetFrom null
36
}
37
38
+// until this gets merged https://github.com/diffplug/spotless/pull/1304
39
+tasks.named('spotlessFreshmark') {
40
+ if (JavaVersion.current().isJava12Compatible()) {
41
+ enabled = false
42
+ }
43
+}
44
45
// if spotlessChangelog was applied to this project, use that to
46
// reformat the markdown files after the changelog has been bumped
0 commit comments