From caae20dae556b70405fe26249c49f70ce0e1fc96 Mon Sep 17 00:00:00 2001 From: Anthony Bucci Date: Fri, 21 Mar 2025 15:59:28 -0400 Subject: [PATCH] DRYD-1716: set the antrun plugin that runs check-env-vars to false (#456) DRYD-1716: set the antrun plugin that runs check-env-vars to false to prevent child projects from running this check. It is now only run once. Co-authored-by: Anthony Bucci --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8f3f5d437..7950dc318 100644 --- a/pom.xml +++ b/pom.xml @@ -362,6 +362,7 @@ maven-antrun-plugin 1.8 + false check-environment-vars -- 2.47.3