forked from rc/classroom
Bump versions, fix installers
This commit is contained in:
parent
fc56d17bb6
commit
e845b92ce0
24 changed files with 267 additions and 116 deletions
|
@ -31,11 +31,7 @@
|
|||
- libc6-x32
|
||||
state: latest
|
||||
|
||||
- name: Install Oracle JDK 22
|
||||
- name: Install Oracle JDK 24
|
||||
apt:
|
||||
deb: "https://download.oracle.com/java/22/latest/jdk-22_linux-x64_bin.deb"
|
||||
|
||||
- name: Install Java docs
|
||||
apt:
|
||||
deb: "https://download.oracle.com/java/22/latest/jdk-22_linux-x64_bin.deb"
|
||||
deb: "https://download.oracle.com/java/24/latest/jdk-24_linux-x64_bin.deb"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- name: Install Oracle JDK
|
||||
win_package:
|
||||
path: https://download.oracle.com/java/22/latest/jdk-22_windows-x64_bin.msi
|
||||
path: https://download.oracle.com/java/24/latest/jdk-24_windows-x64_bin.msi
|
||||
arguments: INSTALLLEVEL=3
|
||||
|
||||
- name: Find Java version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue