Skip to content

Commit 0978799

Browse files
authored
fix(ci): Missed a reference to Java 21, change to 25 (#346)
1 parent beb670f commit 0978799

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
- name: Checkout code
6262
uses: actions/checkout@v6
6363

64-
- name: Common Setup
65-
uses: ./.github/actions/common-setup
66-
with:
67-
java-version: 21
68-
6964
- name: Publish with Gradle
7065
run: ./gradlew -Pver="0.0.0-RC-1" release
7166

0 commit comments

Comments
 (0)