Skip to content

Commit

Permalink
chore(backend); remove native plugin to avoid AOT generation
Browse files Browse the repository at this point in the history
Following spring-projects/spring-framework#31705 (comment)
and spring-projects/spring-boot#32195,
there is an incompatibility with AOTProcess of tests. For this
reason we remove the native plugin.
  • Loading branch information
davinkevin committed Dec 2, 2023
1 parent d23c8de commit 8c02772
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.gitlab.davinkevin.podcastserver.dockerimages.DockerImagesConfiguratio
import com.gradle.enterprise.gradleplugin.testretry.retry
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.internal.deprecation.DeprecatableConfiguration
import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
Expand All @@ -13,7 +13,6 @@ plugins {
id("com.gorylenko.gradle-git-properties") version "2.4.1"
id("com.google.cloud.tools.jib") version "3.4.0"
id("org.jetbrains.kotlinx.kover") version "0.7.5"
id("org.graalvm.buildtools.native") version "0.9.28"

kotlin("jvm") version "1.9.21"
kotlin("plugin.spring") version "1.9.21"
Expand Down

0 comments on commit 8c02772

Please sign in to comment.