Skip to content

Fix ambiguity in generated code if the module is the root package. #87

Fix ambiguity in generated code if the module is the root package.

Fix ambiguity in generated code if the module is the root package. #87

Workflow file for this run

---
jobs:
build:
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # https://github.com/actions/checkout
- uses: actions/setup-java@v3 # https://github.com/actions/setup-java
with:
cache: maven
distribution: temurin
java-version: "8"
- run: ./mvnw --batch-mode --no-transfer-progress verify
name: Build and test
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]