Skip to content

Commit 6d72097

Browse files
committed
Update build.gradle.kts to apply the publishing jvm convention
1 parent 40fda3d commit 6d72097

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

krescent-test/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
// Apply the shared build logic from a convention plugin.
33
// The shared code is located in `buildSrc/src/main/kotlin/kotlin-jvm.gradle.kts`.
4-
id("buildsrc.convention.kotlin-jvm-nopublish")
4+
id("buildsrc.convention.kotlin-jvm")
55
// Apply Kotlin Serialization plugin from `gradle/libs.versions.toml`.
66
alias(libs.plugins.kotlinPluginSerialization)
77
}
@@ -12,5 +12,4 @@ dependencies {
1212
implementation(project(":krescent-core"))
1313
api(kotlin("test"))
1414
api(kotlin("test-junit5"))
15-
1615
}

0 commit comments

Comments
 (0)