Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
JDK-11 maven
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlodge authored Jul 24, 2020
1 parent 33cb00b commit 6b58401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_maven(self):
code_dir = script_dir + "/.."
home = expanduser("~")
command = ['docker', 'run', '--rm', '-v', home + '/.m2:/root/.m2', '-v', code_dir + ':/usr/src/mymaven', '-w',
'/usr/src/mymaven', 'maven:3.2-jdk-8', 'mvn', 'integration-test']
'/usr/src/mymaven', 'maven:3.6-jdk-11', 'mvn', 'integration-test']
print(Docker().execute(command))


Expand Down

0 comments on commit 6b58401

Please sign in to comment.