We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dfb95 commit b80ddedCopy full SHA for b80dded
1 file changed
build.gradle
@@ -62,6 +62,12 @@ configurations.xjcCatalogResolution {
62
attributes.attribute(key, rtCpAttributes.getAttribute(key))
63
}
64
65
+configurations.testXjcCatalogResolution {
66
+ def rtCpAttributes = configurations.runtimeClasspath.attributes
67
+ rtCpAttributes.keySet().each { key ->
68
+ attributes.attribute(key, rtCpAttributes.getAttribute(key))
69
+ }
70
+}
71
72
// e.g., configure manually
73
/* configurations.xjcCatalogResolution {
0 commit comments