Skip to content

Commit a0fc695

Browse files
committed
Quick fix pdfbox issues
1 parent fad3d52 commit a0fc695

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ dependencies {
5151
implementation("co.touchlab:kermit:$kermitVersion")
5252
implementation("io.sentry:sentry:7.2.0")
5353

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

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

0 commit comments

Comments
 (0)