File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed
mapreduce-bitcointransaction Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ dependencies {
104
104
}
105
105
106
106
task testIntegration (type : Test ) {
107
+ systemProperty " java.awt.headless" , " true"
107
108
testClassesDirs = sourceSets. testIntegration. output. classesDirs
108
109
classpath = sourceSets. testIntegration. runtimeClasspath
109
110
useJUnitPlatform()
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ dependencies {
100
100
}
101
101
102
102
task testIntegration (type : Test ) {
103
+ systemProperty " java.awt.headless" , " true"
103
104
testClassesDirs = sourceSets. testIntegration. output. classesDirs
104
105
classpath = sourceSets. testIntegration. runtimeClasspath
105
106
useJUnitPlatform()
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ shadowJar {
105
105
106
106
107
107
task testIntegration (type : Test ) {
108
+ systemProperty " java.awt.headless" , " true"
108
109
testClassesDirs = sourceSets. testIntegration. output. classesDirs
109
110
classpath = sourceSets. testIntegration. runtimeClasspath
110
111
useJUnitPlatform()
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ dependencies {
99
99
}
100
100
101
101
task testIntegration (type : Test ) {
102
+ systemProperty " java.awt.headless" , " true"
102
103
testClassesDirs = sourceSets. testIntegration. output. classesDirs
103
104
classpath = sourceSets. testIntegration. runtimeClasspath
104
105
useJUnitPlatform()
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ testIntegrationImplementation("org.apache.hadoop:hadoop-client:2.7.0")
101
101
}
102
102
103
103
task testIntegration (type : Test ) {
104
+ systemProperty " java.awt.headless" , " true"
104
105
testClassesDirs = sourceSets. testIntegration. output. classesDirs
105
106
classpath = sourceSets. testIntegration. runtimeClasspath
106
107
useJUnitPlatform()
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ publishing {
100
100
101
101
102
102
test {
103
+ systemProperty " java.awt.headless" , " true"
103
104
testLogging. showStandardStreams = true
104
105
useJUnitPlatform()
105
106
}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ jacocoTestReport {
54
54
55
55
56
56
test {
57
+ systemProperty " java.awt.headless" , " true"
57
58
testLogging. showStandardStreams = true
58
59
useJUnitPlatform()
59
60
}
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ repositories {
47
47
}
48
48
49
49
test {
50
+ systemProperty " java.awt.headless" , " true"
50
51
testLogging. showStandardStreams = true
51
52
useJUnitPlatform()
52
53
}
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ task sourcesJar(type: Jar) {
86
86
}
87
87
88
88
test {
89
+ systemProperty " java.awt.headless" , " true"
89
90
testLogging. showStandardStreams = true
90
91
useJUnitPlatform()
91
92
}
You can’t perform that action at this time.
0 commit comments