Merge branch 'development' into Wild1145-patch-1

This commit is contained in:
Ryan
2022-02-23 22:48:53 +00:00
committed by GitHub
6 changed files with 27 additions and 177 deletions

View File

@ -1,21 +0,0 @@
name: Java11-Maven-Build
on: [push]
jobs:
build-java-11:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v1
# Java 11 Builds
- name: Set up JDK 11
uses: actions/setup-java@v2.3.0
with:
java-version: 11
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml