Skip to content

Commit

Permalink
opt out of PreferJavaTimeOverload
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Oct 2, 2023
1 parent aace111 commit 6933631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ subprojects {
} else {
options.errorprone.option('NullAway:AnnotatedPackages', 'com.palantir')
}
// This project is performance sensitive
options.errorprone.disable('PreferJavaTimeOverload')
}
})

Expand Down

0 comments on commit 6933631

Please sign in to comment.