Skip to content

Commit

Permalink
Merge pull request #232 from ppalaga/i231
Browse files Browse the repository at this point in the history
Fix #231 Make sure the directory of licenses-errors.xml exists
  • Loading branch information
ppalaga authored Feb 5, 2019
2 parents e9b0fdf + 0c5ffc5 commit dbc3392
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 dbc3392

Please sign in to comment.