diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-03-12 14:55:08 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-03-12 14:55:08 +0700 |
commit | 380e0adb5ef1401dd8cbf70b2ef7bc121c371c42 (patch) | |
tree | 24cefbf611ceb9309289f9834210c5e346d3855e /.github | |
parent | dd0d2d6d5c0191861cab0611d9fc28d7f4edb088 (diff) | |
download | Chatting-380e0adb5ef1401dd8cbf70b2ef7bc121c371c42.tar.gz Chatting-380e0adb5ef1401dd8cbf70b2ef7bc121c371c42.tar.bz2 Chatting-380e0adb5ef1401dd8cbf70b2ef7bc121c371c42.zip |
fix workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gradle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index d8010cc..20f6b20 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-java@v2 with: distribution: "temurin" - java-version: "8" + java-version: "17" - uses: actions/cache@v2 with: @@ -45,4 +45,4 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - run: chmod +x ./gradlew - - run: ./gradlew --no-daemon setupCiWorkspace build + - run: ./gradlew --no-daemon build |