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