Skip to content

Commit 437f5e5

Browse files
committed
Upgrade java for the BND plugin.
1 parent bde086c commit 437f5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up JDK 11
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '11'
21+
java-version: '17'
2222
distribution: 'corretto'
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew

0 commit comments

Comments
 (0)