mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Build: Also clean buildSrc when cleaning
This forces buildSrc to be cleaned when running gradle clean. It's what someone would expect, even though buildSrc is a pseudo-independent project.
This commit is contained in:
parent
3cc1d272ff
commit
ee16614911
@ -166,5 +166,10 @@ task buildSrcEclipse(type: GradleBuild) {
|
|||||||
}
|
}
|
||||||
tasks.eclipse.dependsOn(buildSrcEclipse)
|
tasks.eclipse.dependsOn(buildSrcEclipse)
|
||||||
|
|
||||||
|
task clean(type: GradleBuild) {
|
||||||
|
buildFile = 'buildSrc/build.gradle'
|
||||||
|
tasks = ['clean']
|
||||||
|
}
|
||||||
|
|
||||||
task run(dependsOn: ':distribution:run')
|
task run(dependsOn: ':distribution:run')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user