Skip to content

Commit

Permalink
Fix CI broken for host.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 19, 2024
1 parent e9af44f commit d6334f9
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'
testImplementation '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 d6334f9

Please sign in to comment.