Skip to content

find out which toolchains for which result #171

find out which toolchains for which result

find out which toolchains for which result #171

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: |
8
17
cache: 'maven'
- name: build
run: |
cat ~/.m2/toolchains.xml
# ./mvnw -B package