Skip to content

[doc] Improve the readme #33

[doc] Improve the readme

[doc] Improve the readme #33

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
jdk: [ 21 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.jdk }}
distribution: liberica
cache: maven
- name: Build with Maven
run: mvn -V -B package