Skip to content

Commit 00c5e88

Browse files
authored
Remove Transferable#of(java.lang.String,int) for japicmp (#5992)
`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.
1 parent 96acaf0 commit 00c5e88

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,3 @@ tasks.generatePomFileForMavenJavaPublication.finalizedBy(
113113
]
114114
}
115115
)
116-
117-
tasks.japicmp {
118-
methodExcludes = [
119-
"org.testcontainers.images.builder.Transferable#of(java.lang.String,int)"
120-
]
121-
}

0 commit comments

Comments
 (0)