wilkinsona / project-generator

3 stars 4 forks source link

MultipleResourcesFileContributor assumes file path access for classpath resources #21

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

If you try to use it outside of the module it will break as the resource is not a file-based resource and getPath() returns null.