mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Added clean task for p2 repo
This commit is contained in:
parent
3f9f41b748
commit
d644d46f8b
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue