Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Gradle and JDK 16 #198

Closed
ice1000 opened this issue Mar 4, 2021 · 8 comments · Fixed by #273
Closed

Gradle and JDK 16 #198

ice1000 opened this issue Mar 4, 2021 · 8 comments · Fixed by #273
Assignees
Labels
build The build environment of the project
Milestone

Comments

@ice1000
Copy link
Member

ice1000 commented Mar 4, 2021

gradle/gradle#13481
gradle/gradle#15566

@ice1000 ice1000 added the build The build environment of the project label Mar 4, 2021
@ice1000
Copy link
Member Author

ice1000 commented Mar 5, 2021

@ice1000
Copy link
Member Author

ice1000 commented Mar 10, 2021

@ice1000
Copy link
Member Author

ice1000 commented Mar 11, 2021

@ice1000
Copy link
Member Author

ice1000 commented Mar 16, 2021

Gradle is so slow 😟

@ice1000
Copy link
Member Author

ice1000 commented Mar 16, 2021

@ice1000
Copy link
Member Author

ice1000 commented Mar 16, 2021

https://docs.gradle.org/7.0-milestone-3/release-notes.html

This one will work with JDK 16

@ice1000
Copy link
Member Author

ice1000 commented Mar 16, 2021

java {
    toolchain {
        languageVersion.set(JavaLanguageVersion.of(11))
        vendor.set(JvmVendorSpec.ADOPTOPENJDK)
        implementation.set(JvmImplementation.J9)
    }
}

https://docs.gradle.org/7.0-milestone-3/userguide/toolchains.html
This is cool 😮

@ice1000
Copy link
Member Author

ice1000 commented Mar 16, 2021

JDK 16 IS GENERAL AVAILABLE!!

@ice1000 ice1000 self-assigned this Mar 16, 2021
@ice1000 ice1000 added this to the 0.5 milestone Mar 16, 2021
@ice1000 ice1000 linked a pull request Mar 16, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build The build environment of the project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant