Skip to content

Commit c95ebf7

Browse files
committed
Bug 8687: making the tests executed successfully on Windows environment.
1 parent 8520ffd commit c95ebf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ task sourceJar(type: Jar) {
130130
}
131131

132132
processTestResources {
133-
filter(ReplaceTokens, tokens:[buildDir: buildDir.path], beginToken: '${', endToken: '}')
133+
filter(ReplaceTokens, tokens:[buildDir: buildDir.path.replace('\\', '/')], beginToken: '${', endToken: '}')
134134
}

0 commit comments

Comments
 (0)