From 00ab0164988e83b1d08b9fc0b10edae9c7934cc0 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 28 Jan 2020 16:09:29 +0100 Subject: [PATCH] Delete gradle.yml --- .github/workflows/gradle.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/gradle.yml diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml deleted file mode 100644 index e3cdcbe1..00000000 --- a/.github/workflows/gradle.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Java CI -on: [push, pull_request] -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: Restore cache - uses: actions/cache@v1 - with: - path: ~/.gradle/caches - key: ${{ runner.os }}-gradle-${{ hashFiles('build.gradle') }} - - name: Build with Gradle - run: ./gradlew build - - name: Upload artifact - uses: actions/upload-artifact@v1.0.0 - with: - # Artifact name - name: NaturesAura - # Directory containing files to upload - path: build/libs