mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
d8eb117104
Build command that would fail every time: “./gradlew clean build slowIntegrationTest”. Notes: The evaluationDependsOn lines inside the build.gradle file under the irs-demo folder where moved above the dependencies for best practices and to avoid weird errors. The archiveClassifier added to the build.gradle file under irs-demo/web folder is the actual fix. The archive classifier accepts a string that is appended to the jar file. By changing the filename of the jar, Boot Spring is prevented from overwriting the jar and causing build issues. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle |