We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b724d3e commit 8cb230dCopy full SHA for 8cb230d
.github/workflows/release-scripts.yml
@@ -43,11 +43,11 @@ jobs:
43
# Java setup docs:
44
# https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#installing-custom-java-package-type
45
- uses: actions/checkout@v4
46
- - name: Set up JDK 11
+ - name: Set up JDK 17
47
uses: actions/setup-java@v4
48
with:
49
# tools.jar removed from '9', '11'. see https://openjdk.java.net/jeps/220
50
- java-version: '11'
+ java-version: '17'
51
distribution: 'adopt'
52
java-package: 'jdk'
53
0 commit comments