We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error
InputStream.readAllBytes()
Files.writeString(Path,String)
Build OK
Test Fail
resourcesLocaleConversions_oldLanguageCodes in the src/test/java/com/android/tools/build/bundletool/model/utils/ResourcesUtilsTest.java
resourcesLocaleConversions_oldLanguageCodes
This backward compatibility for old ISO-639 language. Since Java SE 17, this is no longer the case.
Test OK after upgrade gradle to 8.1 with PR 328
The text was updated successfully, but these errors were encountered:
We support bundletool builds on JDK 11. In runtime any JRE 8+ can be used.
We do not have plans to support builds on any other JDKs at the moment. Eventually we will migrate from JDK 11 to JDK 21.
Sorry, something went wrong.
No branches or pull requests
Java SDK 1.8
Build error
InputStream.readAllBytes()
Files.writeString(Path,String)
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.javaThis 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
The text was updated successfully, but these errors were encountered: