aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-10-24 14:29:23 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-10-24 14:29:23 +0300
commit1a70fe9cd4272adcf7a9fee763de4537f91eb8ca (patch)
tree76ac08b8a0999009cdf9c84e63662b6368464f3f
parentcfe8c0dedefbb63ef90ef03d36c8414f52fe7e5d (diff)
downloadLibGui-1a70fe9cd4272adcf7a9fee763de4537f91eb8ca.tar.gz
LibGui-1a70fe9cd4272adcf7a9fee763de4537f91eb8ca.tar.bz2
LibGui-1a70fe9cd4272adcf7a9fee763de4537f91eb8ca.zip
Remove workflow
:tiny_potato:
-rw-r--r--.github/workflows/gradle.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
deleted file mode 100644
index 3ec8372..0000000
--- a/.github/workflows/gradle.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Build
-on: [push, pull_request]
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: gradle/wrapper-validation-action@v1
- - name: Set up JDK 8
- uses: actions/setup-java@v1
- with:
- java-version: 8
- - name: Build with Gradle
- run: ./gradlew build --stacktrace