diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-06-06 22:32:11 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 22:32:11 +0700 |
commit | bed244e98e3a0f05bdb5307f2aefd1539bcb4d23 (patch) | |
tree | ad8bd960e55533a938eee0e6d8997d0a0c85601b /.github | |
parent | 3ff686fe97b9d55345bc1e345a84490b2095cb84 (diff) | |
download | OneConfig-bed244e98e3a0f05bdb5307f2aefd1539bcb4d23.tar.gz OneConfig-bed244e98e3a0f05bdb5307f2aefd1539bcb4d23.tar.bz2 OneConfig-bed244e98e3a0f05bdb5307f2aefd1539bcb4d23.zip |
Stop using setupGradle for workflow
The `setupGradle` task is only needed for developers that need to actually edit the code.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/checks.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0200f46..024bdab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -46,9 +46,5 @@ jobs: - name: Chmod Gradle run: chmod +x ./gradlew - - name: Setup Gradle - if: steps.cache.outputs.cache-hit != 'true' - run: ./gradlew setupGradle --no-daemon - - name: Build run: ./gradlew build --no-daemon |