File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- --add-opens java.base/java.lang=ALL-UNNAMED
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Based on [facebook's Jest framework](https://facebook.github.io/jest/docs/en/sna
18
18
19
19
20
20
21
- #### How to install using [ Maven] ( https://mvnrepository.com/artifact/io.github.json-snapshot/json-snapshot/1.0.14 )
21
+ #### How to install using [ Maven] ( https://mvnrepository.com/artifact/io.github.json-snapshot/json-snapshot/1.0.15 )
22
22
23
23
24
24
@@ -28,7 +28,7 @@ Add to your pom.xml dependencies section:
28
28
<dependency >
29
29
<groupId >io.github.json-snapshot</groupId >
30
30
<artifactId >json-snapshot</artifactId >
31
- <version >1.0.14 </version >
31
+ <version >1.0.15 </version >
32
32
</dependency >
33
33
```
34
34
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >io.github.json-snapshot</groupId >
7
7
<artifactId >json-snapshot</artifactId >
8
- <version >1.0.14 </version >
8
+ <version >1.0.15 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >json-snapshot</name >
125
125
<artifactId >maven-compiler-plugin</artifactId >
126
126
<version >3.8.0</version >
127
127
<configuration >
128
- <release >11</release >
128
+ <source >1.8</source >
129
+ <target >1.8</target >
129
130
</configuration >
130
131
</plugin >
131
132
<plugin >
145
146
<groupId >org.apache.maven.plugins</groupId >
146
147
<artifactId >maven-javadoc-plugin</artifactId >
147
148
<version >3.0.0</version >
148
- <configuration >
149
- <javadocExecutable >${java.home} /bin/javadoc</javadocExecutable >
150
- </configuration >
151
149
<executions >
152
150
<execution >
153
151
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments