Skip to content

Commit 99de853

Browse files
authored
skip tests in install step
1 parent 67a2748 commit 99de853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
}
1212
},
1313

14-
"onCreateCommand": "./mvnw install -B -V -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest"
14+
"onCreateCommand": "./mvnw install -B -V -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin,minimal-fix-latest"
1515
}

0 commit comments

Comments
 (0)