Skip to content

Commit

Permalink
moved to platform independent path seperator
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Mar 11, 2024
1 parent 3021ab8 commit 1c8f237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ compileJava9Java {
sourceCompatibility = 9
targetCompatibility = 9
options.compilerArgs += [
'--module-path', "${bc_prov}:${bc_util}:${bc_pkix}"
'--module-path', "${bc_prov}${File.pathSeparator}${bc_util}${File.pathSeparator}${bc_pkix}"
]

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

0 comments on commit 1c8f237

Please sign in to comment.