Skip to content

Commit a867a50

Browse files
#900 - Added the system property javax.xml.stream.XMLOutputFactory in build.gradle
1 parent 7cfa4ef commit a867a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ subprojects {
3030
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version:'3.7'
3131
compileOnly group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.3'
3232
}
33+
34+
test {
35+
systemProperty "javax.xml.stream.XMLOutputFactory", "com.sun.xml.internal.stream.XMLOutputFactoryImpl"
36+
}
3337
}
3438

3539
task wrapper(type: Wrapper) {

0 commit comments

Comments
 (0)