From 6311b6a7854854f7033bf741d6ab3dcf64a4ffb3 Mon Sep 17 00:00:00 2001 From: Steve Bosman Date: Wed, 2 Feb 2022 14:33:25 +0000 Subject: [PATCH] Revert "Create build.yml" This reverts commit d976d8297412d55f999c2e65c97f61f243052f0e. --- .github/workflows/build.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index d371424b..00000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Java CI - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 11 - uses: actions/setup-java@v2 - with: - java-version: '11' - distribution: 'adopt' - - name: Build with Maven - run: mvn --batch-mode --update-snapshots verify