Skip to content
New issue

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

Java 18 is not compatible with Android projects #643

Open
CedricGuillemet opened this issue Oct 25, 2023 · 1 comment
Open

Java 18 is not compatible with Android projects #643

CedricGuillemet opened this issue Oct 25, 2023 · 1 comment
Assignees
Milestone

Comments

@CedricGuillemet
Copy link
Contributor

CedricGuillemet commented Oct 25, 2023

  • Exception is:
    org.gradle.cache.CacheOpenException: Could not open settings generic class cache for settings file '/Users/runner/work/BabylonReactNative/BabylonReactNative/Apps/Playground/0.71/android/settings.gradle'

A web search relates this issue to Java 18. A check on VMs shows the error appeared over night with a Java update (from 17 to 18)

Error appeared while building BRN but it should appear with BN/JSRuntimeHost as well. If not, move this issue to BRN.

@CedricGuillemet
Copy link
Contributor Author

For Github action, add this :

      - name: Setup Java
        uses: actions/setup-java@v3
        with:
          distribution: 'temurin'
          java-version: '17'
          check-latest: true

@thomlucc thomlucc added this to the 7.0 milestone Oct 25, 2023
@CedricGuillemet CedricGuillemet self-assigned this Feb 15, 2024
@bghgary bghgary modified the milestones: 7.0, Future Mar 14, 2024
@thomlucc thomlucc transferred this issue from BabylonJS/BabylonNative Mar 26, 2024
@bghgary bghgary modified the milestones: Future, 8.0 Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants