Skip to content
Discussion options

You must be logged in to vote

Try adding @SuppressWarnings("MemberName") to the class. After that you'll probably get the next error from checkstyle, that you can suppress with

tasks {
named("checkstyleMain") {
enabled = false
}
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zenvzenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants