Skip to content

Commit 91c0970

Browse files
committed
readd pluginConfiguration
1 parent 8e0fff8 commit 91c0970

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ repositories {
3535
intellijPlatform {
3636
instrumentCode = false
3737
projectName = 'MapStruct-Intellij-Plugin'
38+
pluginConfiguration {
39+
ideaVersion {
40+
sinceBuild = "242"
41+
untilBuild = provider { null } as Provider<? extends String>
42+
}
43+
}
3844
}
3945

4046
// Simple function to load change-notes.html and description.html into valid text for plugin.xml
@@ -98,8 +104,6 @@ dependencies {
98104
ideaType == 'IC' ? intellijIdeaCommunity(versionToUse, useIdeaInstaller) : intellijIdeaUltimate(versionToUse, useIdeaInstaller)
99105
}
100106

101-
jetbrainsRuntime()
102-
103107
bundledPlugin( 'com.intellij.java' )
104108
bundledPlugin( 'org.jetbrains.kotlin' )
105109

0 commit comments

Comments
 (0)