From 3ca4c3fcefd02c0b7924ec5cbdfef2813de9004e Mon Sep 17 00:00:00 2001 From: Christian Bandowski Date: Wed, 3 Apr 2019 20:29:10 +0200 Subject: [PATCH] Update Readme --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index bd180d7d6..cbd410ab1 100644 --- a/readme.md +++ b/readme.md @@ -51,14 +51,16 @@ At compile time MapStruct will generate an implementation of this interface. The ## Requirements -MapStruct requires Java 1.6 or later. +MapStruct requires Java 1.8 or later. ## Using MapStruct -MapStruct works in command line builds (plain javac, via Maven, Gradle, Ant etc.) and IDEs. +MapStruct works in command line builds (plain javac, via Maven, Gradle, Ant, etc.) and IDEs. 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. +For IntelliJ the plug-in is available within the IntelliJ marketplace (see https://plugins.jetbrains.com/plugin/10036-mapstruct-support). + ### Maven 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 org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.8.0 1.8 1.8