Skip to content

Update plugin and test with java 21 (#336) #26

Update plugin and test with java 21 (#336)

Update plugin and test with java 21 (#336) #26

Workflow file for this run

name: Build
on:
pull_request:
branches:
- '*'
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: '11'
- name: "Build"
run: ./mvnw package