Skip to content

Merge branch 'support-literal-mappings' #57

Merge branch 'support-literal-mappings'

Merge branch 'support-literal-mappings' #57

Workflow file for this run

name: Build and run CI checks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build package
run: mvn -B package
- name: Build website
run: mvn -B -pl core site