diff --git a/build.gradle b/build.gradle index 4e84b0262..dcad5aa09 100644 --- a/build.gradle +++ b/build.gradle @@ -25,3 +25,9 @@ task cleanLocalMavenRepo(type: Delete) { description = 'Delete the local Maven repository' delete 'build/maven-repository' } + +task cleanLocalP2Repo(type: Delete) { + group 'Build' + description 'Deletes the local P2 repository' + delete 'build/p2-repository' +}