Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Inline versions to fix Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton authored Mar 13, 2024
1 parent b9b1ed4 commit 9a0b0a0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

buildscript {
ext.versions = [
'kotlin': '1.9.0',
'serialization': '1.5.1',
]
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jetbrains.kotlin:kotlin-serialization:${versions.kotlin}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
classpath "org.jetbrains.kotlin:kotlin-serialization:1.9.0"
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.27.0'
}
Expand All @@ -36,8 +32,8 @@ dependencies {
testImplementation "junit:junit:4.13.2"
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
testImplementation "com.google.truth:truth:1.4.2"
testImplementation "org.jetbrains.kotlinx:kotlinx-serialization-protobuf:${versions.serialization}"
testImplementation "org.jetbrains.kotlinx:kotlinx-serialization-json:${versions.serialization}"
testImplementation "org.jetbrains.kotlinx:kotlinx-serialization-protobuf:1.5.1"
testImplementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
}

tasks.withType(KotlinJvmCompile).configureEach { task ->
Expand Down

0 comments on commit 9a0b0a0

Please sign in to comment.