Skip to content

Commit 1c8f237

Browse files
committed
moved to platform independent path seperator
1 parent 3021ab8 commit 1c8f237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mls/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ compileJava9Java {
9494
sourceCompatibility = 9
9595
targetCompatibility = 9
9696
options.compilerArgs += [
97-
'--module-path', "${bc_prov}:${bc_util}:${bc_pkix}"
97+
'--module-path', "${bc_prov}${File.pathSeparator}${bc_util}${File.pathSeparator}${bc_pkix}"
9898
]
9999

100100
options.sourcepath = files(['src/main/java', 'src/main/jdk1.9'])

0 commit comments

Comments
 (0)