mapsforge / vtm

OpenGL vector map library - running on Android, iOS, Desktop and browser.
GNU Lesser General Public License v3.0
272 stars 89 forks source link

vtm-web Gradle 9 #1110

Closed devemux86 closed 8 months ago

devemux86 commented 8 months ago

vtm-web and vtm-web-app during Gradle build show:

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

To not disable these modules, their Gradle build needs improvements.

schedul-xor commented 6 months ago

gwt-gradle-plugin , calling getConvention() inside, is raising the warnings. https://github.com/jiakuan/gwt-gradle-plugin/issues/75