0.25.1-SNAPSHOT
This commit is contained in:
parent
d484ae5fc6
commit
eff4836d08
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ apply plugin: "maven-publish"
|
|||
|
||||
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
version = "0.25.0"
|
||||
version = "0.25.1-SNAPSHOT"
|
||||
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -22,7 +22,7 @@ fun Prov.installPpaFirefox() = taskWithResult {
|
|||
}
|
||||
|
||||
cmd("sudo apt-get -qy remove firefox", sudo = true)
|
||||
optional {
|
||||
optional("remove snap firefox") {
|
||||
cmd("snap remove firefox", sudo = true)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue