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