From ddffde6910bcbb98087370faea9713fb30dd3a3d Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 5 Jun 2026 11:46:41 +0300 Subject: [PATCH] Add java-portable flavor for EPEL java --- build_configs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build_configs.json b/build_configs.json index 6e4071e..8977646 100644 --- a/build_configs.json +++ b/build_configs.json @@ -805,5 +805,10 @@ "*epel*": { "platform_flavors": ["add-epel-macros"] } + }, + "java-latest-openjdk": { + "*epel*": { + "platform_flavors": ["java-portable"] + } } }