From a56ecc3830a2d40558d65abff4295f79123d1aaa Mon Sep 17 00:00:00 2001 From: Jonathan Breedlove Date: Fri, 24 Jan 2025 17:55:11 -0800 Subject: [PATCH] Update syncDependencies script to fix classpath conflicts --- plugin/build/syncDependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build/syncDependencies.sh b/plugin/build/syncDependencies.sh index d9a46cc4..2e6ce98a 100755 --- a/plugin/build/syncDependencies.sh +++ b/plugin/build/syncDependencies.sh @@ -19,7 +19,7 @@ if [ ! -f "$manifest_file" ]; then fi # Initialize the Bundle-Classpath entry -bundle_classpath="Bundle-Classpath: target/classes/,\n" +bundle_classpath="Bundle-Classpath: .,\n" # Loop through the JAR files in the dependency directory for jar in "$dependency_dir"/*.jar; do