Skip to content

Commit cd0e256

Browse files
committed
try to fix releases
1 parent d1a850c commit cd0e256

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16+
- name: Configure JDK
17+
uses: actions/setup-java@v4
18+
with:
19+
distribution: 'adopt'
20+
java-version: '17'
1621
- name: Setup Gradle
1722
uses: gradle/actions/setup-gradle@v3
1823
- name: Run build with Gradle Wrapper

0 commit comments

Comments
 (0)