From a244a0f3b84d64cceaf0eefd662c78aadab2514e Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Sat, 8 Oct 2022 17:18:58 -0700 Subject: Use pgpainless hardwareDecryption branch for testing --- settings.gradle.kts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'settings.gradle.kts') 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") -- cgit v1.2.3