Skip to content

Commit

Permalink
fix: Remove JTE
Browse files Browse the repository at this point in the history
  • Loading branch information
beo1975 committed Nov 10, 2024
1 parent f633b2c commit df1e2f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
java
alias(libs.plugins.spring.boot)
alias(libs.plugins.gg.jte)
id("java-library-conventions")
id("spotless-conventions")
}
Expand All @@ -25,8 +24,6 @@ dependencies {
implementation(libs.spring.boot.starter.validation)
implementation(libs.flyway.core)
implementation(libs.flyway.database.postgresql)
implementation(libs.gg.jte.jte)
implementation(libs.gg.jte.spring.boot)
runtimeOnly(libs.database.postgresql)
testImplementation(libs.spring.boot.starter.test)
testImplementation(libs.spring.boot.testcontainers)
Expand All @@ -36,8 +33,3 @@ dependencies {
testImplementation(libs.testcontainers.postgresql)
testRuntimeOnly(libs.junit.platform.launcher)
}

jte {
generate()
binaryStaticContent = true
}

0 comments on commit df1e2f3

Please sign in to comment.