From 99de853a9fc436944de4565e3b2fe8316f6d0153 Mon Sep 17 00:00:00 2001 From: Christoph John Date: Mon, 21 Jul 2025 11:07:46 +0200 Subject: [PATCH] skip tests in install step --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dece83b376..1395ab037e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,5 +11,5 @@ } }, - "onCreateCommand": "./mvnw install -B -V -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest" + "onCreateCommand": "./mvnw install -B -V -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin,minimal-fix-latest" }