Skip to content

Commit 73fc26b

Browse files
authored
Merge pull request #31688 from radcortez/fix-31626
Suppress config changed warning for quarkus.test.arg-line
2 parents 65b4f9f + 2690a1a commit 73fc26b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ public void suppressNonRuntimeConfigChanged(
354354
suppressNonRuntimeConfigChanged.produce(new SuppressNonRuntimeConfigChangedWarningBuildItem("quarkus.uuid"));
355355
suppressNonRuntimeConfigChanged.produce(new SuppressNonRuntimeConfigChangedWarningBuildItem("quarkus.default-locale"));
356356
suppressNonRuntimeConfigChanged.produce(new SuppressNonRuntimeConfigChangedWarningBuildItem("quarkus.locales"));
357+
suppressNonRuntimeConfigChanged.produce(new SuppressNonRuntimeConfigChangedWarningBuildItem("quarkus.test.arg-line"));
357358
}
358359

359360
/**

0 commit comments

Comments
 (0)