Skip to content

Commit

Permalink
Ignore missing wlp/lafiles/ dir during runnable jar packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
aguibert committed Sep 27, 2017
1 parent 26d1add commit d5427b4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ private List<ArchiveEntryConfig> createMinifyConfigs(String processName) throws
if (lafilesDir.exists()) {
DirEntryConfig lafilesDirConfig = new DirEntryConfig(PACKAGE_ARCHIVE_ENTRY_PREFIX + "lafiles", lafilesDir, true, PatternStrategy.IncludePreference);
entryConfigs.add(lafilesDirConfig);
} else if (isJarPackage) {
// Output error and stop
throw new FileNotFoundException(lafilesDir.toString());
}

/*
Expand Down

0 comments on commit d5427b4

Please sign in to comment.