Skip to content

Commit

Permalink
Fix #231 Make sure the directory of licenses-errors.xml exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Feb 5, 2019
1 parent e9b0fdf commit 0c5ffc5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,8 @@ private void initDirectories()
FileUtil.createDirectoryIfNecessary( licensesOutputDirectory );

FileUtil.createDirectoryIfNecessary( licensesOutputFile.getParentFile() );

FileUtil.createDirectoryIfNecessary( licensesErrorsFile.getParentFile() );
}
catch ( IOException e )
{
Expand Down

0 comments on commit 0c5ffc5

Please # to comment.