Skip to content

Commit 9d3bc3f

Browse files
committed
migrate properties
1 parent 44cd64b commit 9d3bc3f

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
import java.net.URI
66

77
plugins {
8-
kotlin("jvm") version "1.9.23"
8+
kotlin("jvm")
99
jacoco
1010
`java-library`
1111
`maven-publish`
1212
signing
13-
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
14-
id("com.github.kt3k.coveralls") version "2.12.2"
13+
id("io.github.gradle-nexus.publish-plugin")
14+
id("com.github.kt3k.coveralls")
1515
id("org.jetbrains.kotlin.plugin.serialization")
1616
id("io.codearte.nexus-staging")
1717
}
@@ -22,7 +22,7 @@ buildscript {
2222
gradlePluginPortal()
2323
}
2424
dependencies {
25-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:_")
25+
classpath(Kotlin.gradlePlugin)
2626
classpath("com.github.kt3k.coveralls:com.github.kt3k.coveralls.gradle.plugin:_")
2727
}
2828
}

data4k/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
compileOnly("com.fasterxml.jackson.core:jackson-databind:_")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:_")
88
testImplementation("io.strikt:strikt-jvm:_")
9-
testImplementation("com.oneeyedmen:okeydoke:2.0.3")
9+
testImplementation("com.oneeyedmen:okeydoke:_")
1010
}

state4k/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description = "ForkHandles state machine library"
33
dependencies {
44
api(project(":result4k"))
55
testImplementation("io.strikt:strikt-jvm:_")
6-
testImplementation("com.oneeyedmen:okeydoke:2.0.3")
6+
testImplementation("com.oneeyedmen:okeydoke:_")
77
}

versions.properties

+10
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@
1111

1212
plugin.com.github.kt3k.coveralls=2.12.2
1313

14+
plugin.de.fayard.buildSrcLibs=0.60.5
15+
16+
plugin.io.github.gradle-nexus.publish-plugin=1.3.0
17+
1418
plugin.io.codearte.nexus-staging=0.30.0
1519

1620
plugin.me.champeau.jmh=0.7.2
1721

22+
version.com.oneeyedmen..okeydoke=2.0.3
23+
1824
version.com.fasterxml.jackson.core..jackson-databind=2.17.0
1925

2026
version.com.natpryce..hamkrest=1.8.0.1
@@ -29,6 +35,10 @@ version.kotest=5.6.2
2935
## # available=5.8.0
3036
## # available=5.8.1
3137

38+
version.org.openjdk.jmh..jmh-generator-bytecode=1.36
39+
40+
version.org.openjdk.jmh..jmh-core=1.36
41+
3242
version.kotlin=1.9.23
3343

3444
version.kotlinx.coroutines=1.8.0

0 commit comments

Comments
 (0)