File tree Expand file tree Collapse file tree 3 files changed +2
-37
lines changed Expand file tree Collapse file tree 3 files changed +2
-37
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk :
3
- - oraclejdk7
4
3
- oraclejdk8
5
4
install : mvn -DskipTests=true -Dbasepom.check.skip-all=true -Dbasepom.it.skip=true -B install
6
5
script : mvn -B verify
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ To use it, add a plugin to your pom like
79
79
Changes:
80
80
81
81
2.0.0 - support ZIP64 format
82
+ - require Java 8, drop support for JDK7
82
83
83
84
1.4.0 - require Java 7, change code to use JDK7 APIs
84
85
- Support Windows
Original file line number Diff line number Diff line change 53
53
</scm >
54
54
55
55
<properties >
56
- <project .jdk7.home>${env.JAVA7_HOME} </project .jdk7.home>
57
- <project .build.targetJdk>1.7</project .build.targetJdk>
56
+ <project .build.targetJdk>1.8</project .build.targetJdk>
58
57
<dep .maven-api.version>3.0</dep .maven-api.version>
59
58
<dep .plexus.version>1.5.5</dep .plexus.version>
60
59
<dep .plexus-utils.version>2.0.4</dep .plexus-utils.version>
217
216
</plugin >
218
217
</plugins >
219
218
</build >
220
-
221
- <profiles >
222
- <profile >
223
- <id >travis</id >
224
- <activation >
225
- <property >
226
- <name >env.TRAVIS</name >
227
- </property >
228
- </activation >
229
- <properties >
230
- <project .jdk7.home>${env.JAVA_HOME} </project .jdk7.home>
231
- </properties >
232
- </profile >
233
- <profile >
234
- <id >cross-compile</id >
235
- <activation >
236
- <jdk >(1.7,]</jdk >
237
- </activation >
238
- <build >
239
- <pluginManagement >
240
- <plugins >
241
- <plugin >
242
- <artifactId >maven-compiler-plugin</artifactId >
243
- <configuration >
244
- <compilerArguments children.combine=" append" >
245
- <bootclasspath >${project.jdk7.home} /jre/lib/rt.jar:${project.jdk7.home} /jre/lib/jce.jar:${project.jdk7.home} /../classes/classes.jar</bootclasspath >
246
- </compilerArguments >
247
- </configuration >
248
- </plugin >
249
- </plugins >
250
- </pluginManagement >
251
- </build >
252
- </profile >
253
- </profiles >
254
219
</project >
You can’t perform that action at this time.
0 commit comments