Skip to content

Update README.md

Update README.md #287

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 20
- run: ./gradlew simple-component:javadoc compiler:javadoc compiler:test