Skip to content

Commit 9be67f1

Browse files
committed
fix: copy sca files before check
1 parent 5fd709e commit 9be67f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/se.bjurr.gradle.java-convention.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ dependencies {
130130
compileOnly "com.github.spotbugs:spotbugs-annotations:${spotbugs.toolVersion.get()}"
131131
}
132132

133-
check.doFirst {
133+
assemble.doLast {
134134
copyIfFound("spotbugs-exclude.xml")
135135
copyIfFound("pmd.xml")
136136
}

0 commit comments

Comments
 (0)