Skip to content

Commit

Permalink
Fjernet context-receivers fra build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkittilsen committed Sep 30, 2024
1 parent 17bd560 commit 448e9be
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/bekreftelse-tjeneste/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm")
Expand Down Expand Up @@ -63,12 +62,6 @@ application {
mainClass.set("no.nav.paw.bekreftelsetjeneste.ApplicationKt")
}

tasks.withType<KotlinCompile>().configureEach {
compilerOptions {
freeCompilerArgs.add("-Xcontext-receivers")
}
}

tasks.withType<Test>().configureEach {
useJUnitPlatform()
}
Expand Down

0 comments on commit 448e9be

Please sign in to comment.