Skip to content

Commit 296325b

Browse files
EdgarTwiggEdgarTwigg
authored andcommitted
Disable spotless on durian-swt.os, not sure why it's broken.
1 parent d7d8dfd commit 296325b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ subprojects { subProject ->
3737
if (subProject.name == 'durian-swt') {
3838
// configured there
3939
} 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+
clearSteps()
47+
}
48+
}
4049
dependencies {
4150
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
4251
testImplementation "junit:junit:$VER_JUNIT"

0 commit comments

Comments
 (0)