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

chore(ci): Update workflow to use JDK 17 #1114

Closed
wants to merge 1 commit into from

Conversation

Tarek-Bohdima
Copy link
Member

@Tarek-Bohdima Tarek-Bohdima commented Oct 6, 2024

This PR updates the CI workflow to use JDK 17, which is required for the latest Android Gradle plugin.

This change is necessary to unblock the PR for updating the target SDK version to 34 (#1112).

The workflow file has been updated to use actions/setup-java@v3 with java-version: '17'.

This update ensures that the CI environment uses the correct JDK version for building the project.

Thank you for opening a Pull Request!

Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests are added/updated (if necessary)
  • Ensure the linter passes (./codeAnalysis to automatically apply formatting/linting)
  • Appropriate docs were updated (if necessary)

Fixes #1113 🦕
Fixes #1115

               Updates the CI workflow to use Java 17 to support the latest Android Gradle plugin.
               Updates the  dependency to resolve a 401 Unauthorized error during dependency resolution.
@Tarek-Bohdima
Copy link
Member Author

fixed by #1112

@Tarek-Bohdima Tarek-Bohdima deleted the ci/jdk17-migration branch October 6, 2024 22:35
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

Successfully merging this pull request may close these issues.

Bug: JitPack dependency resolution error for debug-db Tech Debt: Update CI Workflow to Use JDK 17
1 participant