mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Added comment explaining fix to IRS demo on windows.
This commit is contained in:
parent
26217e5cd8
commit
0fb77f9fa2
@ -106,6 +106,7 @@ task integrationTest(type: Test, dependsOn: []) {
|
||||
tasks.withType(CreateStartScripts).each { task ->
|
||||
task.doLast {
|
||||
String text = task.windowsScript.text
|
||||
// Replaces the per file classpath (which are all jars in "lib" with a wildcard on lib
|
||||
text = text.replaceFirst(/(set CLASSPATH=%APP_HOME%\\lib\\).*/, { "${it[1]}*" })
|
||||
task.windowsScript.write text
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user