Skip to content

Commit

Permalink
We do need the dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Nov 24, 2023
1 parent bb3b022 commit 8c0e226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ tasks.compileTestKotlin {
dependencies {
// Local dependencies
implementation(files("lib/pretty-tools-JDDE-2.1.0.jar"))
// These lines can sometimes be problematic on Linux
// implementation(files("lib/JavaDDE.dll"))
// implementation(files("lib/JavaDDEx64.dll"))
// These lines can sometimes be problematic on Linux, but are required for SumatraPDF
implementation(files("lib/JavaDDE.dll"))
implementation(files("lib/JavaDDEx64.dll"))

// D-Bus Java bindings
implementation("com.github.hypfvieh:dbus-java:3.3.2")
Expand Down

0 comments on commit 8c0e226

Please sign in to comment.