0.25.1-SNAPSHOT

This commit is contained in:
ansgarz 2023-08-15 22:31:12 +02:00
parent d484ae5fc6
commit eff4836d08
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ apply plugin: "maven-publish"
group = "org.domaindrivenarchitecture.provs"
version = "0.25.0"
version = "0.25.1-SNAPSHOT"
repositories {

View file

@ -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)
}