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 3047d18 commit b5578f0Copy full SHA for b5578f0
.gitignore
@@ -18,3 +18,6 @@ out/
18
# Gradle
19
.gradle/
20
build/
21
+
22
+# Misc.
23
+.DS_Store
README.md
@@ -35,7 +35,7 @@ To learn more about MapStruct have a look at the [mapstruct](https://github.com/
35
36
## Requirements
37
38
-The MapStruct plugin requires Java 1.8 or later
+The MapStruct plugin requires Java 11 or later
39
40
## Building from Source
41
0 commit comments