Skip to content

Commit

Permalink
let's temporarily uncomment h2 who literally insert a singular java 2…
Browse files Browse the repository at this point in the history
…1 class that breaks architectury
  • Loading branch information
onebeastchris committed Nov 19, 2023
1 parent a5b14dc commit 89b19ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
annotationProcessor(libs.micronaut.data.processor)
compileOnlyApi(libs.jakarta.persistence)

runtimeOnly("com.h2database:h2")
//runtimeOnly("com.h2database:h2")

testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
Expand Down

0 comments on commit 89b19ab

Please sign in to comment.