Skip to content

Commit cc715a3

Browse files
authored
Delete test data in the doLast phase (#59)
1 parent 9b4ca57 commit cc715a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codegen-test/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ domaCodeGen {
7979
}
8080

8181
task deleteSrc {
82-
delete 'src'
82+
doLast {
83+
delete 'src'
84+
}
8385
}
8486

8587
task createDb {

0 commit comments

Comments
 (0)