Skip to content

Commit 6b65008

Browse files
committed
chore: use xercesImpl:2.12.1 for the buildscript classpath to avoid old xerces during the build
This is a build-time only change, and it does not change test/runtime classpath.
1 parent cbdfd1b commit 6b65008

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build-logic/root-build/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ plugins {
2020
}
2121

2222
dependencies {
23+
constraints {
24+
api("xerces:xercesImpl:2.12.1") {
25+
because("Some of the plugins might depend on an older version, and we want using a more recent one")
26+
}
27+
}
2328
api(projects.buildParameters)
2429
api(projects.verification)
2530
api("com.github.vlsi.crlf:com.github.vlsi.crlf.gradle.plugin:1.90")

0 commit comments

Comments
 (0)