From b511dd2832c637394498bb479903237f219382b1 Mon Sep 17 00:00:00 2001 From: DTieman <104771901+DTieman@users.noreply.github.com> Date: Mon, 19 Sep 2022 22:44:27 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d4fea8..2f3758f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # MauMau -## koet +## This will soon display how to run it for yourself 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 2/4] 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 3/4] 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 + From 5a1aa2d0bc978b193c5e3a5124450834f87e8919 Mon Sep 17 00:00:00 2001 From: Jordan Geurtsen <93926205+JordanGeurtsen@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:22:59 +0200 Subject: [PATCH 4/4] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 450b01f..31d315b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ - 11 - 11 + 16 + 16 UTF-8