We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583270c commit f90473fCopy full SHA for f90473f
build.gradle
@@ -120,6 +120,8 @@ subprojects {
120
}
121
122
tasks.register('integrationTest', Test) {
123
+ dependsOn subprojects.integrationTest
124
+
125
useJUnitPlatform()
126
127
// This prevents integrationTests from hanging indefinitely
@@ -200,10 +202,10 @@ tasks.register('manifests', Copy) {
200
202
201
203
into("build/sample-manifests")
204
-
-tasks.register('integrationTest', Test) {
205
- dependsOn subprojects.integrationTest
206
-}
+//
+//tasks.register('integrationTest', Test) {
207
+// dependsOn subprojects.integrationTest
208
+//}
209
210
tasks.register('cleanBootTomcatDir') {
211
String tomcatBase = file("scripts/boot/tomcat/").getAbsolutePath()
0 commit comments