File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 203
203
<parameter >
204
204
<breakBuildOnBinaryIncompatibleModifications >true</breakBuildOnBinaryIncompatibleModifications >
205
205
<breakBuildOnSourceIncompatibleModifications >true</breakBuildOnSourceIncompatibleModifications >
206
+ <excludes >
207
+ <!--
208
+ TODO Remove after release of 2.13 and update the oldVersion above. These were made
209
+ `internal`, breaking backwards compat (in a way we're ok with), but we don't want
210
+ to lose japicmp's enforcement until the new version is released.
211
+ -->
212
+ <exclude >com.fasterxml.jackson.module.kotlin.UByteDeserializer</exclude >
213
+ <exclude >com.fasterxml.jackson.module.kotlin.UByteSerializer</exclude >
214
+ <exclude >com.fasterxml.jackson.module.kotlin.UIntDeserializer</exclude >
215
+ <exclude >com.fasterxml.jackson.module.kotlin.UIntSerializer</exclude >
216
+ <exclude >com.fasterxml.jackson.module.kotlin.ULongDeserializer</exclude >
217
+ <exclude >com.fasterxml.jackson.module.kotlin.ULongSerializer</exclude >
218
+ <exclude >com.fasterxml.jackson.module.kotlin.UShortDeserializer</exclude >
219
+ <exclude >com.fasterxml.jackson.module.kotlin.UShortSerializer</exclude >
220
+ </excludes >
206
221
</parameter >
207
222
</configuration >
208
223
<executions >
You can’t perform that action at this time.
0 commit comments