Skip to content

Commit 4ab93f4

Browse files
committed
Merge pull request #14785 from rjernst/clean_more
Also clean buildSrc when cleaning
2 parents 7f5da1d + ee16614 commit 4ab93f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,10 @@ task buildSrcEclipse(type: GradleBuild) {
166166
}
167167
tasks.eclipse.dependsOn(buildSrcEclipse)
168168

169+
task clean(type: GradleBuild) {
170+
buildFile = 'buildSrc/build.gradle'
171+
tasks = ['clean']
172+
}
173+
169174
task run(dependsOn: ':distribution:run')
170175

0 commit comments

Comments
 (0)