aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-03-12 14:55:08 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-03-12 14:55:08 +0700
commit380e0adb5ef1401dd8cbf70b2ef7bc121c371c42 (patch)
tree24cefbf611ceb9309289f9834210c5e346d3855e /.github
parentdd0d2d6d5c0191861cab0611d9fc28d7f4edb088 (diff)
downloadChatting-380e0adb5ef1401dd8cbf70b2ef7bc121c371c42.tar.gz
Chatting-380e0adb5ef1401dd8cbf70b2ef7bc121c371c42.tar.bz2
Chatting-380e0adb5ef1401dd8cbf70b2ef7bc121c371c42.zip
fix workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gradle.yml4
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