ITPLT-4019 renaming var

This commit is contained in:
Geoff Jacobs
2024-09-02 08:37:04 +10:00
parent 90a394c302
commit e9684abc52
2 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@
when:
- atl_use_system_jdk | bool
- atl_use_system_jdk_flavor == "temurin"
- atl_system_jdk_vendor == "temurin"
tags:
- runtime_pkg
@@ -146,7 +146,7 @@
priority: 99
when:
- atl_use_system_jdk | bool
- atl_use_system_jdk_flavor == "corretto"
- atl_system_jdk_vendor == "corretto"
tags:
- runtime_pkg