From 6c31784ffc98d9b099e1efdeab570844160b0929 Mon Sep 17 00:00:00 2001 From: Jordan Geurtsen <93926205+JordanGeurtsen@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:14:12 +0200 Subject: [PATCH 1/2] tests via github added --- .github/workflows/maven.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 0000000..825103e --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,26 @@ +# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: Java CI with Maven + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + cache: maven + - name: Build with Maven + run: mvn -B package --file pom.xml From 09449f35ebf6ffc904f70fb3465cf560da20696f Mon Sep 17 00:00:00 2001 From: Jordan Geurtsen <93926205+JordanGeurtsen@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:18:45 +0200 Subject: [PATCH 2/2] Update pom.xml --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 07e8170..450b01f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,9 +26,9 @@ - 16 - 16 + 11 + 11 UTF-8 - \ No newline at end of file +