Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix gradle checkstyle
  • Loading branch information
bowbahdoe committed Apr 30, 2024
commit d07ad82253c2ae6ad4a72fbb364d58b5770593ed
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ tasks.withType(Checkstyle).configureEach {
xml.required = false
html.required = true
}
excludes = [ "**/module-info.java" ]
}

tasks.register('renderRR') {
Expand Down