Skip to content

Commit dbd24fe

Browse files
committed
further windows tweaks
1 parent 1c8f237 commit dbd24fe

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

mail/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ dependencies {
2323
implementation files("$bc_pkix")
2424
implementation project(path: ':core')
2525

26-
java9Implementation files(":prov")
27-
java9Implementation files(":util")
28-
java9Implementation files(":pkix")
26+
java9Implementation files("$bc_prov")
27+
java9Implementation files("$bc_util")
28+
java9Implementation files("$bc_pkix")
2929
java9Implementation files(sourceSets.main.output.classesDirs) {
3030
builtBy compileJava
3131
}

mls/build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ dependencies {
6161
// runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
6262
// implementation "com.google.protobuf:protobuf-java-util:${protocVersion}"
6363

64-
java9Implementation project(':core')
65-
java9Implementation project(':prov')
66-
java9Implementation project(':util')
67-
java9Implementation project(':pkix')
64+
java9Implementation files("$bc_prov")
65+
java9Implementation files("$bc_util")
66+
java9Implementation files("$bc_pkix")
6867
java9Implementation files(sourceSets.main.output.classesDirs) {
6968
builtBy compileJava
7069
}

0 commit comments

Comments
 (0)