Skip to content

Commit

Permalink
chore: use xercesImpl:2.12.1 for the buildscript classpath to avoid o…
Browse files Browse the repository at this point in the history
…ld xerces during the build

This is a build-time only change, and it does not change test/runtime classpath.
  • Loading branch information
vlsi committed Aug 6, 2024
1 parent cbdfd1b commit 6b65008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-logic/root-build/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ plugins {
}

dependencies {
constraints {
api("xerces:xercesImpl:2.12.1") {
because("Some of the plugins might depend on an older version, and we want using a more recent one")
}
}
api(projects.buildParameters)
api(projects.verification)
api("com.github.vlsi.crlf:com.github.vlsi.crlf.gradle.plugin:1.90")
Expand Down

0 comments on commit 6b65008

Please sign in to comment.