Skip to content

Commit

Permalink
Updated test Java 20 version to 20.0.2 (#343)
Browse files Browse the repository at this point in the history
The latest Java 20 release.
  • Loading branch information
freemanjp authored Aug 4, 2023
1 parent 3a32c8a commit 0772adb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions molecule/java-max-non-lts-offline/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

- name: Download JDK for offline install
ansible.builtin.get_url:
url: "https://api.adoptium.net/v3/binary/version/{{ 'jdk-20.0.1+9' | urlencode }}/linux/x64/jdk/hotspot/normal/adoptium?project=jdk" # noqa 204
dest: '{{ java_local_archive_dir }}/OpenJDK20-jdk_x64_linux_hotspot_20.0.1_9.tar.gz'
url: "https://api.adoptium.net/v3/binary/version/{{ 'jdk-20.0.2+9' | urlencode }}/linux/x64/jdk/hotspot/normal/adoptium?project=jdk" # noqa 204
dest: '{{ java_local_archive_dir }}/OpenJDK20-jdk_x64_linux_hotspot_20.0.2_9.tar.gz'
force: false
timeout: '{{ java_download_timeout_seconds }}'
mode: 'u=rw,go=r'
Expand All @@ -30,10 +30,10 @@
- role: ansible-role-java
java_use_local_archive: true
java_major_version: '20'
java_version: '20.0.1+9'
java_release_name: 'jdk-20.0.1+9'
java_redis_filename: 'OpenJDK20-jdk_x64_linux_hotspot_20.0.1_9.tar.gz'
java_redis_sha256sum: '43ad054f135a7894dc87ad5d10ad45d8e82846186515892acdbc17c2c5cd27e4'
java_version: '20.0.2+9'
java_release_name: 'jdk-20.0.2+9'
java_redis_filename: 'OpenJDK20-jdk_x64_linux_hotspot_20.0.2_9.tar.gz'
java_redis_sha256sum: '3d91842e9c172967ac397076523249d05a82ead51b0006838f5f0315ad52222c'

post_tasks:
- name: Verify java facts
Expand Down

0 comments on commit 0772adb

Please sign in to comment.