mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
A read-only plugin parameter can still be set by the user which leads to an invalid repackaged archive. This commit actually ignores the field and uses the standard attribute instead. Closes gh-16202