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

Resolve JDKs if necessary #8173

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Resolve JDKs if necessary #8173

merged 2 commits into from
Jan 3, 2024

Conversation

swankjesse
Copy link
Collaborator

Without this, developers need to prepare their environments or they might see failures like this:

Execution failed for task ':okhttp-idna-mapping-table:test'.
> Error while evaluating property 'javaLauncher' of task ':okhttp-idna-mapping-table:test'.
   > Failed to calculate the value of task ':okhttp-idna-mapping-table:test' property 'javaLauncher'.
      > No matching toolchains found for requested specification: {languageVersion=21, vendor=any, implementation=vendor-specific} for MAC_OS on aarch64.
         > No locally installed toolchains match and toolchain download repositories have not been configured.

Without this, developers need to prepare their environments or they
might see failures like this:

    Execution failed for task ':okhttp-idna-mapping-table:test'.
    > Error while evaluating property 'javaLauncher' of task ':okhttp-idna-mapping-table:test'.
       > Failed to calculate the value of task ':okhttp-idna-mapping-table:test' property 'javaLauncher'.
          > No matching toolchains found for requested specification: {languageVersion=21, vendor=any, implementation=vendor-specific} for MAC_OS on aarch64.
             > No locally installed toolchains match and toolchain download repositories have not been configured.
@swankjesse swankjesse requested a review from JakeWharton January 3, 2024 16:23
settings.gradle.kts Outdated Show resolved Hide resolved
Co-authored-by: Jake Wharton <[email protected]>
@swankjesse swankjesse merged commit 94c9c80 into master Jan 3, 2024
19 checks passed
@swankjesse swankjesse deleted the jwilson.0113.resolve_jdks branch January 3, 2024 20:56
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.

4 participants