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

Build with JDK 20 on CI #984

Merged
merged 1 commit into from
May 18, 2023
Merged

Build with JDK 20 on CI #984

merged 1 commit into from
May 18, 2023

Conversation

JakeWharton
Copy link
Member

This does not affect the target JVM version:

$ java -version
openjdk version "20.0.1" 2023-04-18
OpenJDK Runtime Environment Zulu20.30+11-CA (build 20.0.1+9)
OpenJDK 64-Bit Server VM Zulu20.30+11-CA (build 20.0.1+9, mixed mode, sharing)

$ rm -r build/testMaven/

$ gw publishAllPublicationsToTestMavenRepository

$ rg jvmTarget build/testMaven/
build/testMaven/app/cash/zipline/zipline/1.0.0-SNAPSHOT/zipline-1.0.0-20230516.152400-1-kotlin-tooling-metadata.json
71:          "jvmTarget": "11",

build/testMaven/app/cash/zipline/zipline-loader/1.0.0-SNAPSHOT/zipline-loader-1.0.0-20230516.152400-1-kotlin-tooling-metadata.json
61:          "jvmTarget": "11",

Unblocks #945 and #946.

This does not affect the target JVM version:

    $ java -version
    openjdk version "20.0.1" 2023-04-18
    OpenJDK Runtime Environment Zulu20.30+11-CA (build 20.0.1+9)
    OpenJDK 64-Bit Server VM Zulu20.30+11-CA (build 20.0.1+9, mixed mode, sharing)

    $ rm -r build/testMaven/

    $ gw publishAllPublicationsToTestMavenRepository

    $ rg jvmTarget build/testMaven/
    build/testMaven/app/cash/zipline/zipline/1.0.0-SNAPSHOT/zipline-1.0.0-20230516.152400-1-kotlin-tooling-metadata.json
    71:          "jvmTarget": "11",

    build/testMaven/app/cash/zipline/zipline-loader/1.0.0-SNAPSHOT/zipline-loader-1.0.0-20230516.152400-1-kotlin-tooling-metadata.json
    61:          "jvmTarget": "11",
@swankjesse swankjesse merged commit 8f1cb4d into trunk May 18, 2023
@swankjesse swankjesse deleted the jw.twenty.2023-05-16 branch May 18, 2023 15:13
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.

None yet

2 participants