From 652567aa8bdf1c556a681777e8a3c9de711a6bbb Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Santos Souza de Miranda Date: Sat, 29 Nov 2025 04:29:26 -0300 Subject: [PATCH] Disable Qodana bootstrap script to avoid shell parsing issues in CI --- qodana.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qodana.yaml b/qodana.yaml index f0b6731..c67302b 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -8,9 +8,9 @@ linter: qodana-jvm profile: name: qodana.recommended bootstrap: | - # Generate sources (including protobuf) so Qodana resolves imports correctly. - # Single-line POSIX-safe chain to avoid /bin/sh parsing issues in CI (no brackets in output). - chmod +x ./mvnw >/dev/null 2>&1 || true; ./mvnw -B -q -DskipTests -DskipITs=true generate-sources >/dev/null 2>&1 || sh ./mvnw -B -q -DskipTests -DskipITs=true generate-sources >/dev/null 2>&1 || mvn -B -q -DskipTests -DskipITs=true generate-sources >/dev/null 2>&1 || echo "Qodana bootstrap: Maven not available; skipping source generation" + # Disabled bootstrap to avoid shell parsing issues in CI. If you need code generation, + # we can re-enable a robust script later. For now, do nothing and let Qodana run. + : include: - name: CheckDependencyLicenses exclude: