Skip to content

Commit

Permalink
fix: Add Spring Boot annotation processor
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Mar 7, 2024
1 parent 1726128 commit 482a936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
kotlin("kapt") version "1.9.22"
id("org.springframework.boot") version "3.2.3"
id("io.spring.dependency-management") version "1.1.4"
id("sh.tnn") version "0.2.0"
Expand All @@ -15,6 +16,7 @@ repositories {
}

dependencies {
kapt("org.springboot.boot:spring-boot-configuration-processor:3.2.3")
api("no.telenor.kt:mdc-transaction:0.2.+")
compileOnly("org.springframework.boot:spring-boot-starter-web")
testImplementation(kotlin("test"))
Expand Down

0 comments on commit 482a936

Please sign in to comment.