Skip to content

Commit

Permalink
Disable SumatraPDF forward search
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Dec 3, 2023
1 parent d8e7dd5 commit 657c22c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ dependencies {
// Local dependencies
implementation(files("lib/pretty-tools-JDDE-2.1.0.jar"))
// These lines can sometimes be problematic on Linux, but are required for SumatraPDF
implementation(files("lib/JavaDDE.dll"))
implementation(files("lib/JavaDDEx64.dll"))
// TODO Temporarily disabled to fix Linux builds
// 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 657c22c

Please sign in to comment.