Skip to content

Commit

Permalink
Merge pull request #316 from usefulness/renovate/org.jetbrains.kotlin…
Browse files Browse the repository at this point in the history
….jvm-1.x
  • Loading branch information
mateuszkwiecinski authored Jun 10, 2022
2 parents a8ef8a4 + a597260 commit 69bd3d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import org.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapperKt

plugins {
id "com.starter.config"
id "com.starter.versioning"
Expand All @@ -10,7 +12,7 @@ commonConfig {

allprojects {
pluginManager.withPlugin("kotlin") { plugin ->
def kotlinVersion = plugins.getPlugin("kotlin").kotlinPluginVersion
def kotlinVersion = KotlinPluginWrapperKt.getKotlinPluginVersion(project)
configurations.configureEach {
resolutionStrategy.eachDependency {
if (requested.group == 'org.jetbrains.kotlin' && requested.name.startsWith("kotlin")) {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id 'java-gradle-plugin'
id "org.jmailen.kotlinter" version "3.10.0"
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
id 'org.jetbrains.kotlin.jvm' version '1.7.0'
}

repositories {
Expand Down

0 comments on commit 69bd3d0

Please sign in to comment.