File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
graphql-kotlin-toolkit-gradle-plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" org.jetbrains.kotlin.jvm" ) version " 1.3.72 " apply false
3- id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.3.72 " apply false
2+ id(" org.jetbrains.kotlin.jvm" ) version " 1.4.10 " apply false
3+ id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.4.10 " apply false
44 id(" org.jlleitschuh.gradle.ktlint" ) version " 9.2.1"
55 id(" org.jetbrains.dokka" ) version " 0.10.0" apply false
66}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77dependencies {
8- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72 " )
8+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10 " )
99 implementation(gradleApi())
1010 implementation(project(" :graphql-kotlin-toolkit-codegen" ))
1111}
You can’t perform that action at this time.
0 commit comments