Skip to content

Commit

Permalink
Remove Transferable#of(java.lang.String,int) for japicmp
Browse files Browse the repository at this point in the history
`Transferable#of(java.lang.String,int)` was introduced in version
1.17.4. Current builds will check against 1.17.5 and binary
compatibility will be fine.
  • Loading branch information
eddumelendez committed Oct 15, 2022
1 parent 96acaf0 commit d1f1d9c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/build.gradle
Expand Up @@ -113,9 +113,3 @@ tasks.generatePomFileForMavenJavaPublication.finalizedBy(
]
}
)

tasks.japicmp {
methodExcludes = [
"org.testcontainers.images.builder.Transferable#of(java.lang.String,int)"
]
}

0 comments on commit d1f1d9c

Please sign in to comment.