Skip to content

Update openlayers to 10.9.0 #135

Update openlayers to 10.9.0

Update openlayers to 10.9.0 #135

Workflow file for this run

# Workflow for simple build with test
name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 11
uses: actions/setup-java@v5
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package -Dmaven.test.skip=true --file pom.xml