From 3151586d5415fe90dfdf9c4661d625c1cf979e9f Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Wed, 4 Jan 2017 16:58:32 +0000 Subject: [PATCH] Spelling fix. --- samples/irs-demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/irs-demo/build.gradle b/samples/irs-demo/build.gradle index 42c4476c8c..bb0f50f518 100644 --- a/samples/irs-demo/build.gradle +++ b/samples/irs-demo/build.gradle @@ -106,7 +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 + // 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 }