-
Notifications
You must be signed in to change notification settings - Fork 828
Description
Description:
Java setup process failed due to: Available version not found should specify the requested java version so people don't have to guess
Task version:
main
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Repro steps:
- Sync a fork of this repository after the release of a new
Severity: highitem but before the corresponding PR is merged to this repository
Expected behavior:
Assuming that Java setup process failed due to: Available version not found is problematic, the error should be more specific
Actual behavior:
Java setup process failed due to: Available version not found with no indication of which Java version was requested:
Annotations
9 errors
❌ Basic validation / build (macos-latest)
Process completed with exit code 1.
❌ Basic validation / build (macos-latest)
Java setup process failed due to: Available version not found
❌ Basic validation / build (macos-latest)
Java setup process failed due to: Available version not found
❌ Basic validation / build (ubuntu-latest)
Process completed with exit code 1.
❌ Basic validation / build (ubuntu-latest)
Java setup process failed due to: Available version not found
❌ Basic validation / build (ubuntu-latest)
Java setup process failed due to: Available version not found
❌ Basic validation / build (windows-latest)
Process completed with exit code 1.
❌ Basic validation / build (windows-latest)
Java setup process failed due to: Available version not found
❌ Basic validation / build (windows-latest)
Java setup process failed due to: Available version not found
- Basic validation workflow fails without useful explanation #977 covers the main failure here, this ticket is solely for the fact that
Java setup process failed due to: Available version not foundisn't terribly helpful
