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

Draft: Upgrade gradle-wrapper to version 5.0 #64

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

Conversation

PL4typus
Copy link

@PL4typus PL4typus commented Jan 7, 2021

Closes #63

This PR upgrades gradle-wrapper version to 5.0, allowing the project to be built using JDK 11.
It also removes deprecated built-in task overwrite. Gradle-wrrapper version should now be maintained only in ./gradle/wrapper/gradle-wrapper.properties

Since gradle version 4.8, defining a custom wrapper or init task is deprecated.
https://docs.gradle.org/4.8/release-notes.html#overwriting-gradle's-built-in-tasks


Signed-off-by: Pierre-Louis Palant <palant@byte-lab.com>
This allows building using jdk 11.

Signed-off-by: Pierre-Louis Palant <palant@byte-lab.com>
@PL4typus PL4typus changed the title Upgrade gradle-wrapper to version 5.0 Draft: Upgrade gradle-wrapper to version 5.0 Jan 7, 2021
@PL4typus
Copy link
Author

PL4typus commented Jan 7, 2021

There are a lot more issues than I thought there would be, as other plugins/dependencies & even html tags in documentations have become deprecated.

@belgattitude
Copy link
Owner

belgattitude commented Apr 19, 2021

@PL4typus Thanks for you P/R, I'm just figuring out myself the issue.

I'm currently adding support for php8.0 in soluble-japha and pjbserver-tools

Any chance you would work more on that ?

PS/ did some work here: #65

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.

Upgrade gradle-wrapper to > 5.0 to support JDK 11
2 participants