Skip to content

Commit

Permalink
Don't use AnimalSniffer on okcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Dec 20, 2023
1 parent aea3b35 commit 3e06d64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions okcurl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ dependencies {
testImplementation(kotlin("test"))
}

animalsniffer {
isIgnoreFailures = true
}

tasks.jar {
manifest {
attributes("Automatic-Module-Name" to "okhttp3.curl")
Expand Down

0 comments on commit 3e06d64

Please sign in to comment.