Skip to content

Commit 2f10745

Browse files
committed
readd pluginConfiguration
1 parent 73d94ce commit 2f10745

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

build.gradle

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

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

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

0 commit comments

Comments
 (0)