We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e8f16 commit 20bef1fCopy full SHA for 20bef1f
.github/workflows/build.yml
@@ -58,7 +58,9 @@ jobs:
58
uses: actions/setup-java@v5
59
with:
60
distribution: 'temurin'
61
- java-version: '11'
+ # tag::java-version-minimal[]
62
+ java-version: '11.0.28'
63
+ # end::java-version-minimal[]
64
65
- name: Set up JDK 17
66
.sdkmanrc
@@ -0,0 +1,3 @@
1
+# Enable auto-env through the sdkman_auto_env config
2
+# Add key=value pairs of SDKs to use below
3
+java=11.0.28-tem
0 commit comments