From 6227754f2f2c4eff68e8ce69f7af2b6a7eb344c6 Mon Sep 17 00:00:00 2001 From: Appu Goundan Date: Thu, 20 Feb 2020 17:42:49 -0500 Subject: [PATCH] rebase with master and update checkstyle errors --- .../tools/jib/plugins/common/PluginConfigurationProcessor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/PluginConfigurationProcessor.java b/jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/PluginConfigurationProcessor.java index 3d4ad69d41..19341e3573 100644 --- a/jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/PluginConfigurationProcessor.java +++ b/jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/PluginConfigurationProcessor.java @@ -270,6 +270,7 @@ public static JibBuildRunner createJibBuildRunnerForRegistryImage( * * @param rawConfiguration the raw configuration from the plugin * @param projectProperties an plugin specific implementation of {@link ProjectProperties} + * @param excludes a set of paths to exclude, directories include in this list will be expanded * @return new json string representation of the Sync Map * @throws InvalidImageReferenceException if the image reference is invalid * @throws MainClassInferenceException if a main class could not be found