Exclude maven:3.9 module from i686

This commit is contained in:
eabdullin 2025-03-21 17:30:41 +03:00
parent 2e39a829a2
commit 33c893815f

View File

@ -81,6 +81,7 @@ filter_modules = [
'^AppStream$', { '^AppStream$', {
'*': [ '*': [
"maven:3.8", "maven:3.8",
"maven:3.9",
] ]
} }
), ),