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

Tech Debt: Update CI Workflow to Use JDK 17 #1113

Open
3 tasks
Tarek-Bohdima opened this issue Oct 6, 2024 · 0 comments · Fixed by #1112
Open
3 tasks

Tech Debt: Update CI Workflow to Use JDK 17 #1113

Tarek-Bohdima opened this issue Oct 6, 2024 · 0 comments · Fixed by #1112
Milestone

Comments

@Tarek-Bohdima
Copy link
Member

Tarek-Bohdima commented Oct 6, 2024

Tech Debt: Update CI Workflow to Use JDK 17

Description:

The current CI workflow uses JDK 11, but the latest Android Gradle plugin requires JDK 17. This tech debt issue proposes updating the workflow to use JDK 17 to ensure compatibility and unblock the PR for updating the target SDK version to 34 (#1111 ).

Proposed Solution:

Update the pull-request.yaml workflow file to use actions/setup-java@v3 with java-version: '17'.

Benefits:

  • Ensures compatibility with the latest Android Gradle plugin.
  • Unblocks the PR for updating the target SDK version.
  • Keeps the CI environment up-to-date.

Tasks:

  • Update the pull-request.yaml workflow file.
  • Test the updated workflow.
  • Create a pull request.

Related Issues:

Describe the tech debt
A clear and concise description of what the tech debt is.

Impact of the tech debt
A description of the impact this technical debt has on the application (e.g. performance,
maintenance challenges) and its severity.

Urgency
How important it is to address it now versus later? If later should we even raise this ticket.

Intentional versus accidental
Is this introduced deliberately based on a trade-off to achieve a goal or shipping a feature?
If so, what was the decision made on when this debt is scheduled to be addressed.
Please link the original issue that caused this intentional debt for context.

@Amritah9 Amritah9 added this to the 2.2 milestone Oct 7, 2024
@Tarek-Bohdima Tarek-Bohdima moved this from Ready for Review to Ready for Test in Android Treetracker Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Test
2 participants