File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ This file is used to list changes made in each version of the Java cookbook.
55## Unreleased
66
77Standardise files with files in sous-chefs/repo-management
8+
89- Update the recommended Ruby VSCode extensions
10+ - Fix missing skip_alternatives property in openjdk_pkg_install
911
1012## 13.1.0 - * 2025-07-14*
1113
Original file line number Diff line number Diff line change 5252 priority new_resource . alternatives_priority
5353 default new_resource . default
5454 reset_alternatives new_resource . reset_alternatives
55- skip_alternatives new_resource . skip_alternatives
56- action :set
55+ not_if { new_resource . skip_alternatives }
5756 end
5857end
5958
6261 java_location new_resource . java_home
6362 bin_cmds new_resource . bin_cmds
6463 only_if { ::File . exist? ( new_resource . java_home ) }
64+ not_if { new_resource . skip_alternatives }
6565 action :unset
6666 end
6767
You can’t perform that action at this time.
0 commit comments