File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ Both Ant and Maven are supported:
4646 ant clean core-pva
4747 mvn clean install javadoc:javadoc
4848
49- To check JDK8 compatibility:
50-
51- mvn clean install -P jdk8
52-
5349Configuration
5450-------------
5551
Original file line number Diff line number Diff line change 4040 </plugin >
4141 </plugins >
4242 </build >
43- <profiles >
44- <profile >
45- <id >jdk8</id >
46- <activation >
47- <jdk >1.8</jdk >
48- </activation >
49- <properties >
50- <maven .test.skip>true</maven .test.skip>
51- </properties >
52- <build >
53- <plugins >
54- <plugin >
55- <artifactId >maven-compiler-plugin</artifactId >
56- <version >3.6.2</version >
57- <configuration >
58- <source >1.8</source >
59- <target >1.8</target >
60- <fork >false</fork >
61- </configuration >
62- </plugin >
63- </plugins >
64- </build >
65- </profile >
66- </profiles >
6743</project >
You can’t perform that action at this time.
0 commit comments