release-0.9.10
This commit is contained in:
parent
8b033c56a1
commit
5b8a0a6371
3 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
|
|||
|
||||
|
||||
group = 'org.domaindrivenarchitecture.provs'
|
||||
version = '0.9.10-SNAPSHOT'
|
||||
version = 'release-0.9.10'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
@ -91,6 +91,7 @@ fun Prov.provisionWorkplace(
|
|||
configureRedshift()
|
||||
|
||||
installBinariesProvs()
|
||||
installBinariesC4k()
|
||||
}
|
||||
|
||||
if (desktopType == DesktopType.IDE) {
|
||||
|
|
|
@ -21,7 +21,7 @@ fun Prov.installBinariesProvs(reprovision: Boolean = false) = task {
|
|||
filename = "provs-desktop.jar",
|
||||
sha256sum = provsDesktopSha256sum,
|
||||
sudo = true,
|
||||
overwrite = reprovision
|
||||
overwrite = false // don't overwrite, as code always refers to an older version, for which the checksum is known
|
||||
)
|
||||
cmd("chmod 755 /usr/local/bin/provs-desktop.jar", sudo = true)
|
||||
|
||||
|
|
Loading…
Reference in a new issue