diff --git a/core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildStep.java index a974f62ab9ca4..1eebd6fa368bf 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildStep.java +++ b/core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildStep.java @@ -292,7 +292,7 @@ private void handleRemovedResources(ClassLoadingConfig classLoadingConfig, Curat } } if (!removed.isEmpty()) { - log.warn("Could not removed configured resources from the following artifacts as they were not found in the model: " + log.warn("Could not remove configured resources from the following artifacts as they were not found in the model: " + removed.keySet()); } }