mirror of
https://github.com/corda/corda.git
synced 2025-03-12 15:34:58 +00:00
Spelling fix.
This commit is contained in:
parent
0fb77f9fa2
commit
3151586d54
@ -106,7 +106,7 @@ task integrationTest(type: Test, dependsOn: []) {
|
|||||||
tasks.withType(CreateStartScripts).each { task ->
|
tasks.withType(CreateStartScripts).each { task ->
|
||||||
task.doLast {
|
task.doLast {
|
||||||
String text = task.windowsScript.text
|
String text = task.windowsScript.text
|
||||||
// Replaces the per file classpath (which are all jars in "lib" with a wildcard on lib
|
// 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]}*" })
|
text = text.replaceFirst(/(set CLASSPATH=%APP_HOME%\\lib\\).*/, { "${it[1]}*" })
|
||||||
task.windowsScript.write text
|
task.windowsScript.write text
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user