Skip to content

Commit 1dea244

Browse files
committed
Gradle 7.4.2 and emphasis in the docs on the need for MapStruct core.
1 parent f6867bb commit 1dea244

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

docs/src/docs/asciidoc/chapter-2-set-up.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[[setup]]
22
== Set up
33

4-
MapStruct Spring Extensions is a Java annotation processor based on http://www.jcp.org/en/jsr/detail?id=269[JSR 269] and as such can be used within command line builds (javac, Ant, Maven etc.) as well as from within your IDE. Also, you will need MapStruct itself (at least version `1.4.0.Final`) in your project.
4+
MapStruct Spring Extensions is a Java annotation processor based on http://www.jcp.org/en/jsr/detail?id=269[JSR 269] and as such can be used within command line builds (javac, Ant, Maven etc.) as well as from within your IDE.
5+
6+
IMPORTANT: Also, you will need MapStruct itself (at least version `1.4.0.Final`) in your project.
57

68
It comprises the following artifacts:
79

docs/src/docs/asciidoc/mapstruct-spring-extensions-reference-guide.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This is the reference documentation of the MapStruct Spring Extensions, an annotation processor designed to complement the core MapStruct project with features specific to the Spring Framework.
1010
This guide covers all the functionality provided by the MapStruct Spring Extensions. In case this guide doesn't answer all your questions just join the MapStruct https://groups.google.com/forum/?fromgroups#!forum/mapstruct-users[Google group] to get help.
1111

12-
Please note that this guide assumes some familiarity with the MapStruct core. If this is your first introduction to MapStruct, you might wish to start with the https://mapstruct.org/documentation/stable/reference/html/[core documentation].
12+
IMPORTANT: This guide assumes some familiarity with the MapStruct core. If this is your first introduction to MapStruct, you might wish to start with the https://mapstruct.org/documentation/stable/reference/html/[core documentation].
1313

1414
You found a typo or other error in this guide? Please let us know by opening an issue in the https://github.com/mapstruct/mapstruct-spring-extensions[MapStruct Spring Extensions GitHub repository],
1515
or, better yet, help the community and send a pull request for fixing it!

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ include "examples:external-conversions"
1414
include "examples:arrays"
1515
include "docs"
1616

17-
enableFeaturePreview("VERSION_CATALOGS")
1817
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
1918

0 commit comments

Comments
 (0)