Skip to content

Commit 20bef1f

Browse files
committed
SQUASH this, documentation is pending
1 parent 52e8f16 commit 20bef1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
uses: actions/setup-java@v5
5959
with:
6060
distribution: 'temurin'
61-
java-version: '11'
61+
# tag::java-version-minimal[]
62+
java-version: '11.0.28'
63+
# end::java-version-minimal[]
6264

6365
- name: Set up JDK 17
6466
uses: actions/setup-java@v5

.sdkmanrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)