Skip to content

Commit e32f756

Browse files
committed
Make sure that the intellij plugin correctly includes java when running with 2019.2
1 parent 84ccaf0 commit e32f756

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ intellij {
3434
alternativeIdePath idePath
3535
updateSinceUntilBuild false
3636
pluginName 'MapStruct-Intellij-Plugin'
37+
if ( !(version.startsWith('2018') || version.startsWith('2019.1'))) {
38+
plugins 'java'
39+
}
3740
}
3841

3942
// Simple function to load change-notes.html and description.html into valid text for plugin.xml

0 commit comments

Comments
 (0)