Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Improve debug output, update javapoet #47

Improve debug output, update javapoet

Improve debug output, update javapoet #47

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
java: [17-jdk]
runs-on: ubuntu-22.04
container:
image: eclipse-temurin:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- run: ./gradlew build test --stacktrace