Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit e4f9f01

Browse files
tadfishermsfjarvis
authored andcommitted
Use pgpainless hardwareDecryption branch for testing
1 parent 39ac10a commit e4f9f01

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ org.gradle.vfs.watch=true
1111

1212
# Enable experimental configuration caching
1313
org.gradle.unsafe.configuration-cache=true
14+
# FIXME Turn cache errors into warnings; can be removed when no
15+
# longer building dependencies from source
16+
org.gradle.unsafe.configuration-cache-problems=warn
1417

1518
# Enable Kotlin incremental compilation
1619
kotlin.incremental=true

settings.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,16 @@ dependencyResolutionManagement {
168168

169169
gitRepositories {
170170
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
171+
include("pgpainless") {
172+
uri.set("https://github.com/pgpainless/pgpainless.git")
173+
branch.set("hardwareDecryption")
174+
includeBuild {
175+
dependencySubstitution {
176+
substitute(module("org.pgpainless:pgpainless-core"))
177+
.using(project(":pgpainless-core"))
178+
}
179+
}
180+
}
171181
include("hwsecurity") {
172182
uri.set("https://github.com/tadfisher/hwsecurity.git")
173183
branch.set("pendingintent-mutability")

0 commit comments

Comments
 (0)