Skip to content

Commit

Permalink
revvert to "by System.getProperties()" (#15999)
Browse files Browse the repository at this point in the history
  • Loading branch information
snesm authored Sep 27, 2024
1 parent 1bf38e8 commit 6f19ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kotlin {
}

dependencies {
val kotlinVersion = KotlinVersion.CURRENT.toString()
val kotlinVersion by System.getProperties()
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
implementation("org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin:12.1.1")
}
}

0 comments on commit 6f19ce7

Please sign in to comment.