File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 45
45
46
46
Baseline compatibility:
47
47
48
- * Jackson 2.13 compatible with Android SDK 19 and up
48
+ * Jackson 2.13 compatible with Android SDK 24 and up
49
49
-->
50
- <version .android.sdk>19 </version .android.sdk>
50
+ <version .android.sdk>24 </version .android.sdk>
51
51
<version .android.sdk.signature>0.5.0</version .android.sdk.signature>
52
52
53
53
<!-- Can not use default, since group id != Java package name here -->
244
244
<artifactId >gummy-bears-api-${version.android.sdk}</artifactId >
245
245
<version >${version.android.sdk.signature} </version >
246
246
</signature >
247
+ <ignores >
248
+ <!-- These are only accessed (safely) via "Java7SupportImpl.java" so ignore
249
+ -->
250
+ <ignore >java.beans.ConstructorProperties</ignore >
251
+ <ignore >java.beans.Transient</ignore >
252
+ <ignore >java.nio.file.FileSystemNotFoundException</ignore >
253
+ <ignore >java.nio.file.Path</ignore >
254
+ <ignore >java.nio.file.Paths</ignore >
255
+ <ignore >java.nio.file.spi.FileSystemProvider</ignore >
256
+ </ignores >
247
257
</configuration >
248
258
</plugin >
249
259
You can’t perform that action at this time.
0 commit comments