Skip to content

Commit

Permalink
Quick fix pdfbox issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-Fabi committed Feb 12, 2024
1 parent fad3d52 commit a0fc695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ dependencies {
implementation("co.touchlab:kermit:$kermitVersion")
implementation("io.sentry:sentry:7.2.0")

implementation("org.apache.pdfbox:pdfbox:3.0.1")
// TODO pdfbox does not work well with conveyor as the tool uses jlink and pdfbox is a auto-module which is not
// supported by jlink. Updating to 3.0.1 currently would break the Mediator completely. With 3.0.0-RC1 just
// VirtualPrinters do not work.
implementation("org.apache.pdfbox:pdfbox:3.0.0-RC1")
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3") // Adds a Main Dispatcher for Desktop

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
Expand Down

0 comments on commit a0fc695

Please sign in to comment.