jiakuan / gwt-gradle-plugin

Gradle plugin to support GWT related tasks.
https://gwt-gradle.docstr.org
Other
63 stars 34 forks source link

Improvement: suppress warnings with gradle 8.3 and prepare for gradle 9.0. #75

Open olivierceulemans opened 11 months ago

olivierceulemans commented 11 months ago

When I use the plugin in version 1.1.28 with gradle 8.3, I get the following warnings ("--warning-mode all" added to the gradle command line to get these details)

The Project.getConvention() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#deprecated_access_to_conventions
The org.gradle.api.plugins.Convention type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#deprecated_access_to_conventions
The org.gradle.api.plugins.JavaPluginConvention type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#java_convention_deprecation

So nothing showstopper, just an improvement...

jiakuan commented 11 months ago

Thanks for creating the issue for tracking the upgrade. Pull requests are welcome and appreciated.