Skip to content

Commit 2690a1a

Browse files
committed
Suppress config changed warning for quarkus.test.arg-line
1 parent d213830 commit 2690a1a

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)