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

Commit 6b58401

Browse files
authored
JDK-11 maven
1 parent 33cb00b commit 6b58401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/component.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_maven(self):
1111
code_dir = script_dir + "/.."
1212
home = expanduser("~")
1313
command = ['docker', 'run', '--rm', '-v', home + '/.m2:/root/.m2', '-v', code_dir + ':/usr/src/mymaven', '-w',
14-
'/usr/src/mymaven', 'maven:3.2-jdk-8', 'mvn', 'integration-test']
14+
'/usr/src/mymaven', 'maven:3.6-jdk-11', 'mvn', 'integration-test']
1515
print(Docker().execute(command))
1616

1717

0 commit comments

Comments
 (0)