Skip to content

Commit 7c22ce9

Browse files
committed
fixed checkstyle issue, initial experiment with ML-DSA seed files
1 parent 0b6d399 commit 7c22ce9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,10 @@ subprojects {
253253
}
254254

255255
nohttp {
256+
source.exclude '**/*.asc'
257+
source.exclude '**/*.pem'
256258
source.exclude '**/*.rsp'
259+
source.exclude '**/*.jar'
257260
}
258261

259262
jacocoTestReport {

0 commit comments

Comments
 (0)