File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ for cmd in curl unzip awk; do
3333done
3434
3535get_latest_release_number () {
36- curl --silent " https://github.com/sourceplusplus/interface-cli/releases/latest" | sed ' s#.* tag/\(.*\)\".*#\1# '
36+ curl -Ls -o /dev/null -w %{url_effective} https://github.com/sourceplusplus/interface-cli/releases/latest | grep -Po " (?<= tag/)(.+) "
3737}
3838
3939# Convert the string to lower case.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginManagement {
77 id ' org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
88 id ' org.jetbrains.kotlin.kapt' version kotlinVersion apply false
99 id ' org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
10- id ' com.avast.gradle.docker-compose' version " 0.16.7 " apply false
10+ id ' com.avast.gradle.docker-compose' version " 0.16.8 " apply false
1111 id ' io.gitlab.arturbosch.detekt' version " 1.20.0" apply false
1212 id ' com.github.johnrengelman.shadow' version " 7.1.2" apply false
1313 id ' com.apollographql.apollo3' version " 3.3.2" apply false
You can’t perform that action at this time.
0 commit comments