belgattitude / php-java-bridge

Soluble PHP/Java bridge server (unofficial fork)
Other
46 stars 10 forks source link

Draft: Upgrade gradle-wrapper to version 5.0 #64

Open PL4typus opened 3 years ago

PL4typus commented 3 years ago

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

PL4typus commented 3 years ago

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 commented 3 years ago

@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: https://github.com/belgattitude/php-java-bridge/pull/65