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

Commit acf9c21

Browse files
authored
Latest JDK-11 Maven image
1 parent 8821226 commit acf9c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit.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', '-q', 'test']
14+
'/usr/src/mymaven', 'maven:3.6-jdk-11', 'mvn', '-q', 'test']
1515
print(Docker().execute(command))
1616

1717

0 commit comments

Comments
 (0)