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 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 diff --git a/pom.xml b/pom.xml index e1cfeca..088a4e2 100644 --- a/pom.xml +++ b/pom.xml @@ -36,4 +36,4 @@ UTF-8 - \ No newline at end of file +