Skip to content

Commit

Permalink
chore: hardcode Kotlin version in kotlin/gradle
Browse files Browse the repository at this point in the history
Dependabot doesn't know how to update variables.
See dependabot/dependabot-core#1618
  • Loading branch information
notdryft committed Dec 13, 2023
1 parent cf915ff commit 6e8ae1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions kotlin/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
idea
kotlin("jvm")
kotlin("plugin.allopen")
kotlin("jvm") version "1.9.20"
kotlin("plugin.allopen") version "1.9.20"

id("com.google.protobuf") version "0.9.4"
id("com.diffplug.spotless") version "6.23.3"
Expand Down
1 change: 0 additions & 1 deletion kotlin/gradle/gradle.properties

This file was deleted.

8 changes: 0 additions & 8 deletions kotlin/gradle/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
pluginManagement {
val kotlinVersion: String by settings
plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.allopen") version kotlinVersion
}
}

rootProject.name = "gatling-grpc-demo-gradle-kotlin"

0 comments on commit 6e8ae1c

Please sign in to comment.