Skip to content

Commit ac8c3c4

Browse files
authored
Merge branch 'master' into dependabot/gradle/com.diffplug.spotless-6.8.0
2 parents 1d8bd8c + 6eb6771 commit ac8c3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for cmd in curl unzip awk; do
3333
done
3434

3535
get_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.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)