parent
a1b282ff03
commit
aaa6983fda
|
|
@ -119,6 +119,12 @@ updateDependenciesSettings {
|
||||||
selection.reject("nimbus-jose-jwt gets updated when oauth2-oidc-sdk is updated to ensure consistency");
|
selection.reject("nimbus-jose-jwt gets updated when oauth2-oidc-sdk is updated to ensure consistency");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
components.withModule("io.mockk:mockk") { selection ->
|
||||||
|
ModuleComponentIdentifier candidate = selection.getCandidate();
|
||||||
|
if (!candidate.getVersion().equals(selection.getCurrentVersion())) {
|
||||||
|
selection.reject("mockk updates break tests");
|
||||||
|
}
|
||||||
|
}
|
||||||
components.all { selection ->
|
components.all { selection ->
|
||||||
ModuleComponentIdentifier candidate = selection.getCandidate();
|
ModuleComponentIdentifier candidate = selection.getCandidate();
|
||||||
// Do not compare version due to multiple versions existing
|
// Do not compare version due to multiple versions existing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue