Skip to content

Commit 3ca4c3f

Browse files
committed
Update Readme
1 parent 3790f19 commit 3ca4c3f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@ At compile time MapStruct will generate an implementation of this interface. The
5151

5252
## Requirements
5353

54-
MapStruct requires Java 1.6 or later.
54+
MapStruct requires Java 1.8 or later.
5555

5656
## Using MapStruct
5757

58-
MapStruct works in command line builds (plain javac, via Maven, Gradle, Ant etc.) and IDEs.
58+
MapStruct works in command line builds (plain javac, via Maven, Gradle, Ant, etc.) and IDEs.
5959

6060
For Eclipse, a dedicated plug-in is in development (see https://github.com/mapstruct/mapstruct-eclipse). It goes beyond what's possible with an annotation processor, providing content assist for annotation attributes, quick fixes and more.
6161

62+
For IntelliJ the plug-in is available within the IntelliJ marketplace (see https://plugins.jetbrains.com/plugin/10036-mapstruct-support).
63+
6264
### Maven
6365

6466
For Maven-based projects, add the following to your POM file in order to use MapStruct (the dependencies are available at Maven Central):
@@ -82,7 +84,7 @@ For Maven-based projects, add the following to your POM file in order to use Map
8284
<plugin>
8385
<groupId>org.apache.maven.plugins</groupId>
8486
<artifactId>maven-compiler-plugin</artifactId>
85-
<version>3.5.1</version>
87+
<version>3.8.0</version>
8688
<configuration>
8789
<source>1.8</source>
8890
<target>1.8</target>

0 commit comments

Comments
 (0)