Skip to content

Commit e266547

Browse files
reduce build logs noise from azure-core patcher
1 parent 1126129 commit e266547

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/dependencies/patches/azurecore/AzureCoreClassPatcher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public void transform(@NotNull TransformOutputs outputs) {
5353
File outputFile = outputs.file(inputFile.getName().replace(".jar", "-patched.jar"));
5454
Utils.patchJar(inputFile, outputFile, CLASS_PATCHERS, true);
5555
} else {
56-
System.out.println("Skipping " + inputFile.getName());
5756
outputs.file(getInputArtifact());
5857
}
5958
}

0 commit comments

Comments
 (0)