Skip to content

Commit dc2a76a

Browse files
committed
remove not used assignment of pluginConfiguration
1 parent 400b651 commit dc2a76a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ repositories {
3535
intellijPlatform {
3636
instrumentCode = false
3737
projectName = 'MapStruct-Intellij-Plugin'
38-
pluginConfiguration {
39-
ideaVersion {
40-
sinceBuild = "241"
41-
untilBuild = provider { null } as Provider<? extends String>
42-
}
43-
}
4438
}
4539

4640
// Simple function to load change-notes.html and description.html into valid text for plugin.xml

0 commit comments

Comments
 (0)