File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <jdk .version>1.8</jdk .version>
1312 </properties >
1413
1514 <build >
1817 <plugins >
1918 <plugin >
2019 <groupId >org.apache.maven.plugins</groupId >
21- <artifactId >maven-eclipse -plugin</artifactId >
22- <version >2.9 </version >
20+ <artifactId >maven-compiler -plugin</artifactId >
21+ <version >3.8.0 </version >
2322 <configuration >
24- <downloadSources >true</ downloadSources >
25- <downloadJavadocs >false</ downloadJavadocs >
23+ <source >1.8</ source >
24+ <target >1.8</ target >
2625 </configuration >
2726 </plugin >
2827
2928 <plugin >
3029 <groupId >org.apache.maven.plugins</groupId >
31- <artifactId >maven-compiler -plugin</artifactId >
32- <version >3.1</version >
30+ <artifactId >maven-shade -plugin</artifactId >
31+ <version >3.2. 1</version >
3332 <configuration >
34- <source > ${jdk.version} </ source >
35- <target > ${jdk.version} </ target >
33+ <createDependencyReducedPom >false</ createDependencyReducedPom >
34+ <minimizeJar >true</ minimizeJar >
3635 </configuration >
3736 </plugin >
38-
3937 </plugins >
4038 </build >
4139
You can’t perform that action at this time.
0 commit comments