diff --git a/build.gradle b/build.gradle index 10e90ae..1a5debe 100644 --- a/build.gradle +++ b/build.gradle @@ -25,10 +25,6 @@ dependencies { implementation 'org.xerial:sqlite-jdbc:3.46.0.1' } -jar { - exclude('binexport') -} - // Standard Ghidra extension Gradle code follows. //----------------------START "DO NOT MODIFY" SECTION------------------------------ def ghidraInstallDir @@ -54,4 +50,7 @@ else { tasks.named("copyDependencies").configure { duplicatesStrategy = DuplicatesStrategy.EXCLUDE -} \ No newline at end of file +} + +buildExtension.exclude '.github/**' +buildExtension.exclude 'binexport/**'