We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b204a commit c6a1ffeCopy full SHA for c6a1ffe
settings.gradle
@@ -5,7 +5,7 @@ pluginManagement {
5
id 'org.jetbrains.kotlin.kapt' version kotlinVersion apply false
6
id 'org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
7
id 'com.avast.gradle.docker-compose' version "0.17.5" apply false
8
- id 'io.gitlab.arturbosch.detekt' version "1.23.1" apply false
+ id 'io.gitlab.arturbosch.detekt' version "1.23.2" apply false
9
id 'com.github.johnrengelman.shadow' version "8.1.1" apply false
10
id 'com.apollographql.apollo3' version "3.8.2" apply false
11
id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false
0 commit comments