Skip to content

Commit 111df5d

Browse files
authored
Merge pull request #7 from ballerina-platform/initial-impl
Fix issues in release flow
2 parents eaf3783 + b5e0ff6 commit 111df5d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ballerina/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,7 @@ dependencies {
5252
}
5353

5454
clean {
55-
delete "${project.projectDir}/target"
56-
delete "${project.projectDir}/Ballerina.lock"
57-
delete "${project.projectDir}/ballerina-internal.log"
5855
delete "${project.projectDir}/build"
59-
doLast {
60-
// Force cleanup with retry
61-
ant.delete(dir: 'ballerina/build', failonerror: false, includeemptydirs: true)
62-
}
6356
}
6457

6558
task copyExternalJarsToLib(type: Copy) {

0 commit comments

Comments
 (0)