diff --git a/.allstar/binary_artifacts.yaml b/.allstar/binary_artifacts.yaml new file mode 100644 index 0000000000..cf26dacfe8 --- /dev/null +++ b/.allstar/binary_artifacts.yaml @@ -0,0 +1,8 @@ +# Ignore reason: jars are used for testing purposes only +ignorePaths: + - jib-cli/src/integration-test/resources/jarTest/standard/dependency1.jar + - jib-cli/src/integration-test/resources/jarTest/standard/directory/dependency2.jar + - jib-cli/src/integration-test/resources/jarTest/standard/jarWithCp.jar + - jib-cli/src/integration-test/resources/jarTest/standard/noDependencyJar.jar + - jib-gradle-plugin/src/integration-test/resources/gradle/projects/default-target/libs/dependency-1.0.0.jar + - jib-gradle-plugin/src/integration-test/resources/gradle/projects/simple/libs/dependency-1.0.0.jar \ No newline at end of file