Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Fixes issues with the tool to import geometries from GAMA #73

Fixes issues with the tool to import geometries from GAMA

Fixes issues with the tool to import geometries from GAMA #73

Workflow file for this run

name: Java CI with Maven
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
- name: Build with Maven
run: mvn verify
working-directory: eu.project-simple.parent