bundles/{jenkins-ci,openhab}: bump openjdk version
This commit is contained in:
parent
a1b7006cdc
commit
fba5d6a782
2 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'packages': {
|
'packages': {
|
||||||
'openjdk-11-jre': {},
|
'openjdk-17-jre': {},
|
||||||
'jenkins': {
|
'jenkins': {
|
||||||
'needs': {
|
'needs': {
|
||||||
'pkg_apt:openjdk-11-jre',
|
'pkg_apt:openjdk-17-jre',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
'openjdk-11-jre': {},
|
'openjdk-17-jre': {},
|
||||||
'openhab': {
|
'openhab': {
|
||||||
'needs': {
|
'needs': {
|
||||||
'pkg_apt:openjdk-11-jre',
|
'pkg_apt:openjdk-17-jre',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'openhab-addons': {
|
'openhab-addons': {
|
||||||
|
|
Loading…
Reference in a new issue