We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b70d5 commit b8077c4Copy full SHA for b8077c4
build.gradle
@@ -203,10 +203,6 @@ tasks.register('manifests', Copy) {
203
into("build/sample-manifests")
204
}
205
206
-// tasks.register('integrationTest', Test) {
207
-// dependsOn subprojects.integrationTest
208
-//}
209
-
210
tasks.register('cleanBootTomcatDir') {
211
String tomcatBase = file("scripts/boot/tomcat/").getAbsolutePath()
212
delete(java.nio.file.Path.of(tomcatBase))
0 commit comments