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

Upgrade gradle version to 7.4.2 #14

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

hanslovsky
Copy link

I tried to build SpencerPark/IJava with Java 17. Java 17 is only [supported with gradle 7.3+](https://docs.gradle.org/current/userguide/compatibility.html. Bumping the gradle version in IJava also required changes in the Jupyter-kernel-installer-gradle. I was able to make the changes to both repositories to build an IJava jupyter kernel with Java 17 support (PR for IJava will follow soon). This PR contains my changes to bump the gradle version to 7.4.2 in Jupyter-kernel-installer-gradle. I am not super familiar with this repository or gradle plugin development so some of my changes may be naive or plain wrong. @SpencerPark, please let me know what changes you would like to see.

hanslovsky added 15 commits May 20, 2022 17:22
Is it ok to remove nested here?
somewhat works but fails installKernel and zipKernel tasks
Additional action of task ':installKernel' was implemented by the Java lambda 'io.github.spencerpark.jupyter.gradle.InstallKernelTaskAction3738Lambda/0x0000000100ed4450'. Reason: Using Java lambdas is not supported as task inputs. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implementation_unknown for more details about this problem. This behaviour has been deprecated and is scheduled to be removed in Gradle 8.0. Execution optimizations are disabled to ensure correctness. See https://docs.gradle.org/7.4.2/userguide/more_about_tasks.html#sec:up_to_date_checks for more details.
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.

1 participant