Skip to content

fix(deps): update geoserver.version to v2.26.1 #166

fix(deps): update geoserver.version to v2.26.1

fix(deps): update geoserver.version to v2.26.1 #166

Workflow file for this run

name: build and analyse
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 21 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
cache: 'maven'
- run: mvn -B install --no-transfer-progress