Skip to content

Commit

Permalink
added ignorefailures
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Aug 16, 2023
1 parent 0e7aed3 commit 9c254c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.12.4'
}

checkstyleTest.ignoreFailures = true
checkstyleMain.ignoreFailures = true

configurations.all {
resolutionStrategy.force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
}
Expand Down

0 comments on commit 9c254c2

Please sign in to comment.