Skip to content

Settlement holds the timezone offset of it's location #4957

Settlement holds the timezone offset of it's location

Settlement holds the timezone offset of it's location #4957

Workflow file for this run

name: Java CI
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run:
mvn --file pom.xml -B package