Skip to content

Commit b8077c4

Browse files
[bc-212-test-2]: Update Gradle memory settings on integration tests
1 parent f7b70d5 commit b8077c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ tasks.register('manifests', Copy) {
203203
into("build/sample-manifests")
204204
}
205205

206-
// tasks.register('integrationTest', Test) {
207-
// dependsOn subprojects.integrationTest
208-
//}
209-
210206
tasks.register('cleanBootTomcatDir') {
211207
String tomcatBase = file("scripts/boot/tomcat/").getAbsolutePath()
212208
delete(java.nio.file.Path.of(tomcatBase))

0 commit comments

Comments
 (0)