From 066e29e721de39581aabd544b14dd419fc4be6ca Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Mon, 13 Mar 2023 19:31:07 +0000 Subject: [PATCH] Delete '.github/workflows/maven.yml' --- .github/workflows/maven.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml deleted file mode 100644 index 136bfc5..0000000 --- a/.github/workflows/maven.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Java CI - -on: [ push ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Set up JDK 11 - uses: actions/setup-java@v1 - with: - java-version: 11 - - name: Build with Maven - run: mvn -B package --file pom.xml - - run: mkdir -p target - - - uses: actions/upload-artifact@master - with: - name: themeparkplus - path: target