We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ccaf0 commit e32f756Copy full SHA for e32f756
build.gradle
@@ -34,6 +34,9 @@ intellij {
34
alternativeIdePath idePath
35
updateSinceUntilBuild false
36
pluginName 'MapStruct-Intellij-Plugin'
37
+ if ( !(version.startsWith('2018') || version.startsWith('2019.1'))) {
38
+ plugins 'java'
39
+ }
40
}
41
42
// Simple function to load change-notes.html and description.html into valid text for plugin.xml
0 commit comments