wri / gfw_forest_loss_geotrellis

Global Tree Cover Loss Analysis using Geotrellis and SPARK
MIT License
10 stars 8 forks source link

Force Java version during publish action to 11.0.19 #183

Closed danscales closed 1 year ago

danscales commented 1 year ago

Force Java version during publish action to 11.0.19

Temurin just recently upgrade their latest Java 11 version to 11.0.20, but that causes an error (bad scalactic_2.12-3.2.5.jar file [Invalid CEN header (invalid zip64 extra data field size)]) during build assembly step of publish action, so we need to lock in the version to 11.0.19

Tested via a feature branch which allowed testing of the publish action (via some other temporary mods to ci.yaml).