We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89e4a3 commit 3a3e378Copy full SHA for 3a3e378
build.gradle
@@ -105,9 +105,8 @@ task integrationTest(type: Test) {
105
}
106
107
108
-// remove once integration tests are running as part of the build
109
-//check.dependsOn integrationTest
110
-//integrationTest.mustRunAfter test
+check.dependsOn integrationTest
+integrationTest.mustRunAfter test
111
112
tasks.withType(Test) {
113
reports.html.destination = file("${reporting.baseDir}/${name}")
@@ -211,6 +210,9 @@ applicationName = 'web3j'
211
210
212
213
task release {
+ // remove once integration tests are running as part of the build
214
+ check.dependsOn.remove(integrationTest)
215
+
216
dependsOn 'clean'
217
dependsOn 'build'
218
dependsOn 'uploadArchives'
docs/source/images/transaction_process.png
144 KB
0 commit comments