corda/samples/irs-demo/web
filipesoliveira d8eb117104 Fixed an issue caused by the irs-demo project that would prevent builds from succeed.
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.
2020-08-20 16:46:41 +01:00
..
src add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
.gitignore Remove Bower dependencies from repo and download them on demand (#1959) 2017-10-30 16:51:38 +00:00
build.gradle Fixed an issue caused by the irs-demo project that would prevent builds from succeed. 2020-08-20 16:46:41 +01:00