We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a070c30 commit 259d43fCopy full SHA for 259d43f
settings.gradle
@@ -2,7 +2,7 @@ pluginManagement {
2
plugins {
3
String kotlinVersion = "1.8.22"
4
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
5
- id 'com.avast.gradle.docker-compose' version "0.17.5" apply false
+ id 'com.avast.gradle.docker-compose' version "0.17.7" apply false
6
id 'io.gitlab.arturbosch.detekt' version "1.23.1" apply false
7
id 'com.github.johnrengelman.shadow' version "8.1.1" apply false
8
id 'com.diffplug.spotless' version '6.13.0' apply false
0 commit comments