Skip to content

Commit 2f34d92

Browse files
committed
remove not used assignment of pluginConfiguration
1 parent 5e4c190 commit 2f34d92

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
@@ -34,12 +34,6 @@ repositories {
3434
intellijPlatform {
3535
instrumentCode = false
3636
projectName = 'MapStruct-Intellij-Plugin'
37-
pluginConfiguration {
38-
ideaVersion {
39-
sinceBuild = "241"
40-
untilBuild = provider { null } as Provider<? extends String>
41-
}
42-
}
4337
}
4438

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

0 commit comments

Comments
 (0)