File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 5
5
- oraclejdk9
6
6
- oraclejdk8
7
7
- openjdk8
8
- - openjdk7
9
8
10
9
before_install :
11
10
- echo "MAVEN_OPTS='-Dlicense.skip=true'" > ~/.mavenrc
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
#
3
- # Copyright 2009-2017 the original author or authors.
3
+ # Copyright 2009-2018 the original author or authors.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
15
15
# limitations under the License.
16
16
#
17
17
18
- if [ $TRAVIS_JDK_VERSION == " openjdk7" ]; then
19
- # Java 1.7
20
- ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pjava17 --settings ./travis/settings.xml
21
- else
22
- # Java 1.8 and 9
23
- ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V --settings ./travis/settings.xml
24
- fi
18
+ ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V --settings ./travis/settings.xml
You can’t perform that action at this time.
0 commit comments