-
Notifications
You must be signed in to change notification settings - Fork 412
Closed
Description
Java SDK 1.8
Build error
- src/test/java/com/android/tools/build/bundletool/commands/BuildSdkApksForAppCommandTest.java:376: error: cannot find symbol
InputStream.readAllBytes() - src/test/java/com/android/tools/build/bundletool/commands/BuildSdkApksForAppCommandTest.java:130: error: cannot find symbol
Files.writeString(Path,String) - src/test/java/com/android/tools/build/bundletool/commands/BuildApksCommandTest.java:1477: error: cannot find symbol
Files.writeString(Path,String)
OpenJDK 17
Build OK
Test Fail
resourcesLocaleConversions_oldLanguageCodes in the src/test/java/com/android/tools/build/bundletool/model/utils/ResourcesUtilsTest.java
This backward compatibility for old ISO-639 language. Since Java SE 17, this is no longer the case.
OpenJDK 19, 20
Build OK
Test OK after upgrade gradle to 8.1 with PR 328
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels