Skip to content

fix(deps): update dependency org.geoserver:community to v2.27.1 #203

fix(deps): update dependency org.geoserver:community to v2.27.1

fix(deps): update dependency org.geoserver:community to v2.27.1 #203

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