Skip to content

Commit

Permalink
update docker image for run-in-docker.sh
Browse files Browse the repository at this point in the history
fix issue "Fatal error compiling: invalid target release: 1.8"
  • Loading branch information
seiyab committed Jun 3, 2020
1 parent c167c65 commit 24929e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ docker run --rm -it \
-v "${PWD}:/gen" \
-v "${maven_cache_repo}:/var/maven/.m2/repository" \
--entrypoint /gen/docker-entrypoint.sh \
maven:3-jdk-7 "$@"
maven:3-jdk-8 "$@"

0 comments on commit 24929e7

Please sign in to comment.