We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05d015 commit 30c73f8Copy full SHA for 30c73f8
hooks/pre_build
@@ -3,5 +3,5 @@ echo "=> Building the junit runner jar file"
3
docker run \
4
-v $(pwd):/usr/src/junit-runner \
5
-w /usr/src/junit-runner \
6
- maven:3 \
+ maven:3-alpine \
7
mvn clean package
0 commit comments