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 5e4c190 commit 2f34d92Copy full SHA for 2f34d92
1 file changed
build.gradle
@@ -34,12 +34,6 @@ repositories {
34
intellijPlatform {
35
instrumentCode = false
36
projectName = 'MapStruct-Intellij-Plugin'
37
- pluginConfiguration {
38
- ideaVersion {
39
- sinceBuild = "241"
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
0 commit comments