Skip to content

Commit

Permalink
further windows tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Mar 11, 2024
1 parent 1c8f237 commit dbd24fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies {
implementation files("$bc_pkix")
implementation project(path: ':core')

java9Implementation files(":prov")
java9Implementation files(":util")
java9Implementation files(":pkix")
java9Implementation files("$bc_prov")
java9Implementation files("$bc_util")
java9Implementation files("$bc_pkix")
java9Implementation files(sourceSets.main.output.classesDirs) {
builtBy compileJava
}
Expand Down
7 changes: 3 additions & 4 deletions mls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ dependencies {
// runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
// implementation "com.google.protobuf:protobuf-java-util:${protocVersion}"

java9Implementation project(':core')
java9Implementation project(':prov')
java9Implementation project(':util')
java9Implementation project(':pkix')
java9Implementation files("$bc_prov")
java9Implementation files("$bc_util")
java9Implementation files("$bc_pkix")
java9Implementation files(sourceSets.main.output.classesDirs) {
builtBy compileJava
}
Expand Down

0 comments on commit dbd24fe

Please sign in to comment.