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

Commit 95c6209

Browse files
authored
Maven 3.6/JDK 11
1 parent 6b58401 commit 95c6209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
fi
2525
CODE_DIR=$(cd $SCRIPT_DIR/..; pwd)
2626
echo $CODE_DIR
27-
$DOCKER_CMD run --rm -v $HOME/.m2:/root/.m2 -v $CODE_DIR:/usr/src/mymaven -w /usr/src/mymaven maven:3.2-jdk-8 mvn -q -DskipTests package
27+
$DOCKER_CMD run --rm -v $HOME/.m2:/root/.m2 -v $CODE_DIR:/usr/src/mymaven -w /usr/src/mymaven maven:3.6-jdk-11 mvn -q -DskipTests package
2828

2929
cp $CODE_DIR/target/*.jar $CODE_DIR/docker/carts
3030

0 commit comments

Comments
 (0)