Skip to content

Commit 5a74a00

Browse files
authored
Merge branch '14-insert-spotless-plugin' into 17-github-actions-for-running-spotless-and-tests
2 parents 42d29a2 + cea38cd commit 5a74a00

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
33
alias(libs.plugins.kotlin.jvm)
44
alias(libs.plugins.ktor)
5-
id("com.diffplug.spotless") version "7.0.3"
5+
alias(libs.plugins.spotless)
66
}
77

88
group = "com.es"

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kotlin-version = "2.1.20"
33
ktor-version = "3.1.1"
44
logback-version = "1.4.14"
55
jackson-version = "2.15.0"
6+
spotless-version = "7.0.3"
67

78
[libraries]
89
ktor-server-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor-version" }
@@ -22,3 +23,4 @@ jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-da
2223
[plugins]
2324
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin-version" }
2425
ktor = { id = "io.ktor.plugin", version.ref = "ktor-version" }
26+
spotless = { id = "com.diffplug.spotless", version.ref = "spotless-version" }

0 commit comments

Comments
 (0)