We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34c9026 + 33d9370 commit f6f2ef1Copy full SHA for f6f2ef1
settings.gradle
@@ -2,7 +2,7 @@ pluginManagement {
2
plugins {
3
String kotlinVersion = "1.6.0"
4
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
5
- id 'com.avast.gradle.docker-compose' version "0.14.9" apply false
+ id 'com.avast.gradle.docker-compose' version "0.14.11" apply false
6
id 'io.gitlab.arturbosch.detekt' version "1.18.1" apply false
7
id 'com.github.johnrengelman.shadow' version "7.1.0" apply false
8
}
0 commit comments