From 56db357743a40fc30b9c0ea4358c1cf46ef08255 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Mon, 4 Apr 2022 18:48:21 -0500 Subject: [PATCH] Revert "Lets try something" This reverts commit 3c4eea4c3c71e0eebbb6c28bc4d809a7716116d5. --- .github/workflows/gradle.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/gradle.yml diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml new file mode 100644 index 0000000..5cfe089 --- /dev/null +++ b/.github/workflows/gradle.yml @@ -0,0 +1,18 @@ +name: Gradle + +on: [ push ] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 17 + uses: actions/setup-java@v2 + with: + distribution: temurin + java-version: 17 + cache: gradle + - name: Build with Gradle + run: chmod a+x gradlew && ./gradlew build --no-daemon \ No newline at end of file