Skip to content

Commit

Permalink
fix: restore embedded gson to fix project wizard
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Dec 8, 2023
1 parent acc7cd6 commit 11e4c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dependencies {
implementation("org.zeroturnaround:zt-zip:1.14")
implementation("com.kotcrab.remark:remark:1.2.0") //FIXME use lsp4ij's flexmark instead
implementation("org.jsoup:jsoup:1.14.2") //FIXME use lsp4ij's jsoup instead
implementation("com.google.code.gson:gson:2.10.1")
implementation("io.quarkus:quarkus-core:$quarkusVersion") {
isTransitive = false
}
Expand Down

0 comments on commit 11e4c0f

Please sign in to comment.