-
Notifications
You must be signed in to change notification settings - Fork 64
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
transformXXX tasks are failing due to missing JDK9 toolchain #506
Comments
@mvicsokolova, @Tapchicoma PTAL |
Probably, we could instead JDK 9 use JDK 11 in tests. @mvicsokolova WDYT? |
Yes, I guess it's enough to fix |
Setting up the toolchain auto-provisioning (via |
|
The main problem is JDK 9 release for Mac/arm64 platform which seems to be missing in the official providers. |
* Set JDK toolchain version to 11 for transform tasks Fixes #506
After 589ad80,
transformXXX
Gradle tasks require JDK9 to run and it's not that trivial to find and set it up for MacOS/Aarch64. It would be nice to either setup auto-provisioning of some sort or relax the version requirement to use any JDK version higher or equal to 9.Right now, build configuration fails with:
The text was updated successfully, but these errors were encountered: