Skip to content

Move the whole "combine adjacent strings" hack into the parser for now #557

Move the whole "combine adjacent strings" hack into the parser for now

Move the whole "combine adjacent strings" hack into the parser for now #557

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 21
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify