Skip to content

Fix unsupported JDK distribution in workflows - #528

Merged
alorma merged 1 commit into
dependabot/github_actions/actions/setup-java-6from
copilot/fix-github-actions-job
Sep 1, 2026
Merged

Fix unsupported JDK distribution in workflows#528
alorma merged 1 commit into
dependabot/github_actions/actions/setup-java-6from
copilot/fix-github-actions-job

Conversation

Copilot AI commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Description

Replace the unsupported adopt distribution with temurin for actions/setup-java@v6 in every workflow. This resolves the failed setup step: No supported distribution was found for input adopt.

Related Issue

N/A

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Build/CI improvement

Changes Made

  • Update the pull-request workflow JDK distribution.
  • Update the main workflow JDK distribution.
  • Update the publishing workflow JDK distribution.

Platforms Tested

  • Android
  • iOS
  • Desktop (JVM)
  • JavaScript
  • WebAssembly

Screenshots / Videos

Not applicable.

Testing

Manual Testing

  • Tested on physical device/emulator
  • Tested different screen sizes
  • Tested light and dark themes (if applicable)
  • Tested enabled/disabled states (if applicable)

Automated Testing

  • Added/updated unit tests
  • Added/updated integration tests
  • All existing tests pass

Workflow configuration was checked for remaining adopt entries; none remain. Secret scanning and CodeQL found no alerts.

Checklist

  • My code follows the project's code style guidelines
  • I have performed a self-review of my code
  • I have commented my code where necessary, particularly in complex areas
  • I have updated the documentation (README, KDoc, etc.) if needed
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes
  • I have checked that my changes work across all relevant platforms
  • I have updated CLAUDE.md if architectural changes were made

Breaking Changes

Impact: None.

Migration Guide: Not applicable.

Additional Notes

The original failure occurred before Gradle ran, during JDK setup.

Co-authored-by: alorma <887462+alorma@users.noreply.github.com>
Copilot AI requested a review from alorma September 1, 2026 12:18
@alorma
alorma marked this pull request as ready for review September 1, 2026 12:18
@alorma
alorma merged commit 6d6506b into main Sep 1, 2026
4 checks passed
@alorma
alorma deleted the copilot/fix-github-actions-job branch September 1, 2026 12:18
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.

2 participants