There was an error while loading. Please reload this page.
1 parent 0815374 commit 5dc8416Copy full SHA for 5dc8416
1 file changed
.github/workflows/dockerhub.yml
@@ -13,16 +13,16 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
16
- - name: Setup JDK 17
+ - name: Setup JDK 21
17
uses: actions/setup-java@v4
18
with:
19
distribution: temurin
20
- java-version: "17"
+ java-version: "21"
21
cache: gradle
22
23
24
- name: Build jar (bot)
25
- working-directory: bot
+ working-directory: .
26
run: |
27
chmod +x ./gradlew
28
./gradlew bootJar
0 commit comments