Skip to content

fixed minor bug where an invalid syntax exception would have the wrong start index if the first token was unexpected #22

fixed minor bug where an invalid syntax exception would have the wrong start index if the first token was unexpected

fixed minor bug where an invalid syntax exception would have the wrong start index if the first token was unexpected #22

Workflow file for this run

name: Java CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: gradle
- name: Build with Gradle
run: ./gradlew build