mapstruct / mapstruct-idea

An IntelliJ IDEA plugin for working with MapStruct
Other
141 stars 38 forks source link

update since-build to 213 #165

Closed hduelme closed 10 months ago

hduelme commented 11 months ago

Currently the plugin uses com.intellij.codeInspection.DefaultAnnotationParamInspection.IgnoreAnnotationParamSupport and overrides com.intellij.openapi.options.UnnamedConfigurable. Both are available since 212.4746.92. To prevent issue with older 212.* versions, I upgrade the required version to 213 (2021.3).