This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ org.gradle.vfs.watch=true
11
11
12
12
# Enable experimental configuration caching
13
13
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
14
17
15
18
# Enable Kotlin incremental compilation
16
19
kotlin.incremental =true
Original file line number Diff line number Diff line change @@ -165,6 +165,16 @@ dependencyResolutionManagement {
165
165
166
166
gitRepositories {
167
167
checkoutsDirectory.set(rootProject.projectDir.resolve(" build/checkouts" ))
168
+ include(" pgpainless" ) {
169
+ uri.set(" https://github.com/pgpainless/pgpainless.git" )
170
+ branch.set(" hardwareDecryption" )
171
+ includeBuild {
172
+ dependencySubstitution {
173
+ substitute(module(" org.pgpainless:pgpainless-core" ))
174
+ .using(project(" :pgpainless-core" ))
175
+ }
176
+ }
177
+ }
168
178
include(" hwsecurity" ) {
169
179
uri.set(" https://github.com/tadfisher/hwsecurity.git" )
170
180
branch.set(" pendingintent-mutability" )
You can’t perform that action at this time.
0 commit comments