We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfa4ef commit a867a50Copy full SHA for a867a50
build.gradle
@@ -30,6 +30,10 @@ subprojects {
30
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version:'3.7'
31
compileOnly group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.3'
32
}
33
+
34
+ test {
35
+ systemProperty "javax.xml.stream.XMLOutputFactory", "com.sun.xml.internal.stream.XMLOutputFactoryImpl"
36
+ }
37
38
39
task wrapper(type: Wrapper) {
0 commit comments