We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf819e commit c9ca473Copy full SHA for c9ca473
gradle/spotless.gradle
@@ -1,6 +1,5 @@
1
2
allprojects { proj ->
3
-
4
plugins.withType(JavaLibraryPlugin) {
5
if (Boolean.parseBoolean(project.properties.get("enableSpotless"))) {
6
proj.apply plugin: "com.diffplug.spotless"
0 commit comments