Skip to content

Commit 1d086fa

Browse files
committed
Upgrade Java version in .sdkmanrc to 17.0.14
1 parent 456648b commit 1d086fa

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.sdkmanrc

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
#
2-
# Copyright 2005-2022 the original author or authors.
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
16-
# Use `sdk env` to manually apply this file.
17-
# Set `sdkman_auto_env=true` in $HOME/.sdkman/etc/config to make it automatic.
18-
#
19-
# NOTE: Switching branches will NOT trigger a change. Only switching folder will do it. Use `sdk env` to apply when simply switching branches.
20-
21-
java=17.0.10-librca
1+
# Enable auto-env through the sdkman_auto_env config
2+
# Add key=value pairs of SDKs to use below
3+
java=17.0.14-librca

0 commit comments

Comments
 (0)