Skip to content

Commit

Permalink
Fixed pom structure. Now requireing JDK11 to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cameron committed Feb 4, 2022
1 parent 60d9557 commit d718998
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 223 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN cd /opt/gridss/src/main/c/gridsstools/htslib && \
cp gridsstools /opt/gridss/

# compile GRIDSS Java code
FROM maven:3.6.3-jdk-8 AS gridss_builder_java
FROM maven:3.8.4-jdk-11 AS gridss_builder_java
RUN mkdir /opt/gridss/
WORKDIR /opt/gridss/
# Download maven dependencies first so docker can cache them
Expand Down
Loading

0 comments on commit d718998

Please sign in to comment.