Skip to content

Commit

Permalink
prepare regression testing for VC-K
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Dec 20, 2024
1 parent 5fad702 commit d6b558f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,25 @@ pluginManagement {
}
}

if (System.getProperty("regressionTest") == "true") {
includeBuild("../signum") {
dependencySubstitution {
substitute(module("at.asitplus.wallet:indispensable")).using(project(":indispensable"))
substitute(module("at.asitplus.signum:indispensable-josef")).using(project(":indispensable-josef"))
substitute(module("at.asitplus.signum:indispensable-cosef")).using(project(":indispensable-cosef"))
substitute(module("at.asitplus.signum:supreme")).using(project(":supreme"))
}
}
includeBuild("..") {
dependencySubstitution {
substitute(module("at.asitplus.wallet:vck")).using(project(":vck"))
substitute(module("at.asitplus.wallet:vck-openid")).using(project(":vck-openid"))
substitute(module("at.asitplus.wallet:vck-openid-ktor")).using(project(":vck-openid-ktor"))
substitute(module("at.asitplus.wallet:openid-data-classes")).using(project(":openid-data-classes"))
}
}
}


rootProject.name = "mobile-driving-licence"
include(":mobiledrivinglicence")

0 comments on commit d6b558f

Please sign in to comment.