Cleans also the resources directory
gradle clean
Cleans the application build environment (including node_modules
)
gradle npmClean
Builds the Report NG from app
and copies the files to src/main/resources
.
gradle buildReport
When using the report with integration tests from source (without built JAR),
you need to run buildReport
before processResources
in build
or test
in order to be able to access the resources.