Skip to content

Commit b5578f0

Browse files
committed
Add MacOS specific files to gitignore and update readme for required Java version
1 parent 3047d18 commit b5578f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ out/
1818
# Gradle
1919
.gradle/
2020
build/
21+
22+
# Misc.
23+
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To learn more about MapStruct have a look at the [mapstruct](https://github.com/
3535

3636
## Requirements
3737

38-
The MapStruct plugin requires Java 1.8 or later
38+
The MapStruct plugin requires Java 11 or later
3939

4040
## Building from Source
4141

0 commit comments

Comments
 (0)