Skip to content

Commit 561dee1

Browse files
committed
Release 1.8.0
1 parent 0db85ed commit 561dee1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ intellijPlatform {
3737
projectName = 'MapStruct-Intellij-Plugin'
3838
pluginConfiguration {
3939
ideaVersion {
40-
sinceBuild = "223"
40+
sinceBuild = "233"
4141
untilBuild = provider { null } as Provider<? extends String>
4242
}
4343
}

change-notes.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<html lang="en">
2+
<h2>1.8.0</h2>
3+
<ul>
4+
<li>
5+
New Inspections:
6+
<ul>
7+
<li><code>target</code> mapped more than once by <code>@Mapping</code> annotations with quick fixes: Remove annotation and change target property.</li>
8+
<li><code>*</code> used as a source in <code>@Mapping</code> annotations with quick fixes: Replace <code>*</code> with method parameter name.</li>
9+
</ul>
10+
</li>
11+
<li>Support Kotlin K2</li>
12+
<li>Fix incorrect no source property defined inspection for <code>@Mapping</code></li>
13+
</ul>
214
<h2>1.7.0</h2>
315
<ul>
416
<li>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runGenerators = true
99

1010
pluginGroup = org.mapstruct
1111
pluginName = mapstruct-intellij
12-
pluginVersion = 1.7.1-SNAPSHOT
12+
pluginVersion = 1.8.0
1313

1414
publishPluginId =
1515
publishUsername =

0 commit comments

Comments
 (0)