Skip to content

🐛 fix(Versioning): Force 1.19+ #345

🐛 fix(Versioning): Force 1.19+

🐛 fix(Versioning): Force 1.19+ #345

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '16'
- name: Build with Maven
run: mvn package --file pom.xml