Skip to content

[5.x]: Adding the ability to save geotiffs with a palette #1331

[5.x]: Adding the ability to save geotiffs with a palette

[5.x]: Adding the ability to save geotiffs with a palette #1331

Workflow file for this run

on: [pull_request]
jobs:
check-dependency-availability:
name: Check fresh compile and assemble of netCDF-Java project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Build with Gradle (refresh dependencies)
run: ./gradlew clean classes testClasses assemble --refresh-dependencies