aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2022-10-08 17:18:58 -0700
committerTad Fisher <tadfisher@gmail.com>2022-10-09 16:13:35 -0700
commita244a0f3b84d64cceaf0eefd662c78aadab2514e (patch)
treef7f4a2582272c50f981fdd6854ba6d2c916c6700 /settings.gradle.kts
parent98b7197aa55e14eaf48c862d990d1d7c020501dc (diff)
Use pgpainless hardwareDecryption branch for testing
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts10
1 files changed, 10 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index ddbbd976..f547cffb 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -165,6 +165,16 @@ dependencyResolutionManagement {
gitRepositories {
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
+ include("pgpainless") {
+ uri.set("https://github.com/pgpainless/pgpainless.git")
+ branch.set("hardwareDecryption")
+ includeBuild {
+ dependencySubstitution {
+ substitute(module("org.pgpainless:pgpainless-core"))
+ .using(project(":pgpainless-core"))
+ }
+ }
+ }
include("hwsecurity") {
uri.set("https://github.com/tadfisher/hwsecurity.git")
branch.set("pendingintent-mutability")