Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Remove Java 7 profile.
Browse files Browse the repository at this point in the history
Newer versions of htsjdk require Java 8.

Change-Id: Ic6ea4a8192b4615873c13db2a0729ed3d89a2203
  • Loading branch information
deflaux committed Sep 11, 2017
1 parent 00ddfc3 commit b3985a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: java
jdk:
- oraclejdk8
- openjdk8
- openjdk7

install: /bin/true # Don't run "gradle assemble" (which is the default)

Expand Down
Binary file removed lib/alpn-boot-7.1.3.v20150130.jar
Binary file not shown.
11 changes: 1 addition & 10 deletions pom.xml
Expand Up @@ -216,15 +216,6 @@
</plugins>
</build>
</profile>
<profile>
<id>java7profile</id>
<activation>
<jdk>[1.7, 1.8)</jdk>
</activation>
<properties>
<alpn.jar>${basedir}/lib/alpn-boot-7.1.3.v20150130.jar</alpn.jar>
</properties>
</profile>
<profile>
<id>java8profile</id>
<activation>
Expand Down Expand Up @@ -327,6 +318,6 @@
<io.grpc.version>1.6.1</io.grpc.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
<java.version>1.7</java.version>
<java.version>1.8</java.version>
</properties>
</project>

0 comments on commit b3985a6

Please sign in to comment.