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/prov
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 /prov
parent385108894f62f70b8873fd17e83c263d6b190082 (diff)
Adjust for build using Gradle 8; remove mavenHEADpkcs12-keybag-fixes
Diffstat (limited to 'prov')
-rw-r--r--prov/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/prov/build.gradle b/prov/build.gradle
index 41bb3c5c..e4dbb7fe 100644
--- a/prov/build.gradle
+++ b/prov/build.gradle
@@ -1,3 +1,3 @@
dependencies {
- compile project(':core')
+ implementation project(':core')
}