I built a custom ingest plugin with the helpful cookiecutter and now want to upgrade it from 5.5.1 to use 5.6.1 but the build failed with:
> Must specify license and notice file for project :
> Cannot get property 'projectSubstitutions' on extra properties extension as it does not exist
> Must specify license and notice file for project :
> Must specify license and notice file for project :
I see that this is because of this PR, but I'm too much of a Gradle newbie to figure out where I'm supposed to specify noticeFile
and licenseFile
in my build.gradle
file.
If you run into this, too, here are the changes you need to make to get your build working again.