File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ You can also download the newest version from the [releases](https://github.com/
1414<dependency >
1515 <groupId >de.joshicodes</groupId >
1616 <artifactId >webapi</artifactId >
17- <version >1.1.1 </version >
17+ <version >1.1.2 </version >
1818</dependency >
1919```
2020
Original file line number Diff line number Diff line change 66
77 <groupId >de.joshicodes</groupId >
88 <artifactId >webapi</artifactId >
9- <version >1.1.1 </version >
9+ <version >1.1.2 </version >
1010
1111 <build >
1212 <plugins >
2727 </descriptorRefs >
2828 </configuration >
2929 </plugin >
30+
31+
32+ <plugin >
33+ <groupId >org.apache.maven.plugins</groupId >
34+ <artifactId >maven-javadoc-plugin</artifactId >
35+ <version >3.5.0</version >
36+ <configuration >
37+ <source >17</source >
38+ <doclint >none</doclint >
39+ <javadocExecutable >${java.home} /bin/javadoc</javadocExecutable >
40+ </configuration >
41+ </plugin >
3042 </plugins >
3143
3244 </build >
You can’t perform that action at this time.
0 commit comments