Skip to content

Commit

Permalink
Preconditions org.jetbrains:annotations should be api dep (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
mswintermeyer authored Oct 27, 2022
1 parent 7f84b4c commit e3e9d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preconditions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.palantir.revapi'
dependencies {
api project(':safe-logging')
compileOnly 'com.google.code.findbugs:jsr305'
implementation 'org.jetbrains:annotations'
api 'org.jetbrains:annotations'
api 'com.google.errorprone:error_prone_annotations'

testImplementation 'junit:junit'
Expand Down

0 comments on commit e3e9d96

Please sign in to comment.