From b9547e2c67f17dcfaeac9a4ff85bb3ab59727b1c Mon Sep 17 00:00:00 2001 From: Thijs Wiefferink Date: Fri, 16 Aug 2019 18:22:19 +0200 Subject: [PATCH] Remove github action experiment --- .github/workflows/maven.yml | 17 ----------------- 1 file changed, 17 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 486955b..0000000 --- a/.github/workflows/maven.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Build plugin - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - name: Build with Maven - run: mvn package --file pom.xml --update-snapshots --threads 8C -Dsources