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 d7d8dfd commit 296325bCopy full SHA for 296325b
build.gradle
@@ -37,6 +37,15 @@ subprojects { subProject ->
37
if (subProject.name == 'durian-swt') {
38
// configured there
39
} else if (subProject.name == 'durian-swt.os') {
40
+ // not sure why this spotless black for durian-swt.os is required
41
+ spotless {
42
+ groovyGradle {
43
+ clearSteps()
44
+ }
45
+ java {
46
47
48
49
dependencies {
50
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
51
testImplementation "junit:junit:$VER_JUNIT"
0 commit comments