Skip to content

Commit

Permalink
Fix CI broken for host.gradle (#99)
Browse files Browse the repository at this point in the history
Summary:
## Motivation

CI is currently broken, this fixes it.

Pull Request resolved: #99

Test Plan: CI is green now

Reviewed By: passy

Differential Revision: D63022694

Pulled By: cortinico

fbshipit-source-id: 68a78cfb0d7fae8be823edafe40e8a82fe29b166
  • Loading branch information
cortinico authored and facebook-github-bot committed Sep 19, 2024
1 parent e9af44f commit 72e44a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ sourceSets {
}

dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.facebook.soloader:nativeloader:0.10.5'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:2.9.0'
testImplementation 'org.mockito:mockito-core:2.28.2'
Expand Down

0 comments on commit 72e44a2

Please sign in to comment.