From 738f09eb9a55178ed57544ed9a474c344545cb41 Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Mon, 13 Mar 2023 19:18:51 +0000 Subject: [PATCH] Delete '.github/workflows/maven.yml' --- .github/workflows/maven.yml | 27 --------------------------- 1 file changed, 27 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 3e782da..0000000 --- a/.github/workflows/maven.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Java CI - -on: [push] - -jobs: - build: - name: Build - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Set up JDK 11 - uses: actions/setup-java@v3 - with: - distribution: 'temurin' - 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: ThemeParkConnector - path: target