Skip to content

Commit 5dc8416

Browse files
committed
worklow updated
1 parent 0815374 commit 5dc8416

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dockerhub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16-
- name: Setup JDK 17
16+
- name: Setup JDK 21
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: temurin
20-
java-version: "17"
20+
java-version: "21"
2121
cache: gradle
2222

2323

2424
- name: Build jar (bot)
25-
working-directory: bot
25+
working-directory: .
2626
run: |
2727
chmod +x ./gradlew
2828
./gradlew bootJar

0 commit comments

Comments
 (0)