We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdfd1b commit 6b65008Copy full SHA for 6b65008
1 file changed
build-logic/root-build/build.gradle.kts
@@ -20,6 +20,11 @@ plugins {
20
}
21
22
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
28
api(projects.buildParameters)
29
api(projects.verification)
30
api("com.github.vlsi.crlf:com.github.vlsi.crlf.gradle.plugin:1.90")
0 commit comments