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 8e0fff8 commit 91c0970Copy full SHA for 91c0970
build.gradle
@@ -35,6 +35,12 @@ repositories {
35
intellijPlatform {
36
instrumentCode = false
37
projectName = 'MapStruct-Intellij-Plugin'
38
+ pluginConfiguration {
39
+ ideaVersion {
40
+ sinceBuild = "242"
41
+ untilBuild = provider { null } as Provider<? extends String>
42
+ }
43
44
}
45
46
// Simple function to load change-notes.html and description.html into valid text for plugin.xml
@@ -98,8 +104,6 @@ dependencies {
98
104
ideaType == 'IC' ? intellijIdeaCommunity(versionToUse, useIdeaInstaller) : intellijIdeaUltimate(versionToUse, useIdeaInstaller)
99
105
100
106
101
- jetbrainsRuntime()
102
-
103
107
bundledPlugin( 'com.intellij.java' )
108
bundledPlugin( 'org.jetbrains.kotlin' )
109
0 commit comments