Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkix
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2024-01-12 15:40:40 +0300
committerDaniel Lublin <daniel@lublin.se>2024-01-12 15:43:55 +0300
commit53038a813a5ccd88c0ec08e851d60708131f30b7 (patch)
tree7536453bff06731b200af2ab336cb07e478f8e56 /pkix
parent385108894f62f70b8873fd17e83c263d6b190082 (diff)
Adjust for build using Gradle 8; remove mavenHEADpkcs12-keybag-fixes
Diffstat (limited to 'pkix')
-rw-r--r--pkix/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkix/build.gradle b/pkix/build.gradle
index 95e031b3..a38bc329 100644
--- a/pkix/build.gradle
+++ b/pkix/build.gradle
@@ -1,4 +1,4 @@
dependencies {
- compile project(':core')
- compile project(':prov')
+ implementation project(':core')
+ implementation project(':prov')
}