8352293: jpackage tests build rpm packages on Ubuntu test machines after JDK-8351372

Reviewed-by: almatvee
This commit is contained in:
Alexey Semenyuk 2025-03-18 21:35:54 +00:00
parent 4a02de8292
commit c8a11f28df

View File

@ -86,7 +86,7 @@ public enum PackageType {
}
public boolean isEnabled() {
return supported;
return enabled;
}
public String getType() {