maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
185 stars 106 forks source link

chore: use java 17 in flutter beta ci #432

Closed josxha closed 1 month ago

josxha commented 1 month ago

Since the example app uses gradle 8, the flutter beta ci fails because it still ises java 11. This pr bumps the version of java used to 17.

Additionally it makes it possible to dispatch the workflow manually.