Add the Debug and Processor jars to the API dependencies

This commit is contained in:
Florian Magin 2021-06-03 10:12:31 +02:00 committed by Ryan Kurtz
parent 4be9db7356
commit 0ad1209e65

View file

@ -51,6 +51,8 @@ dependencies {
api fileTree(dir: 'lib', include: "*.jar")
api fileTree(dir: ghidraDir + '/Framework', include: "**/*.jar")
api fileTree(dir: ghidraDir + '/Features', include: "**/*.jar")
api fileTree(dir: ghidraDir + '/Debug', include: "**/*.jar")
api fileTree(dir: ghidraDir + '/Processors', include: "**/*.jar")
helpPath fileTree(dir: ghidraDir + '/Features/Base', include: "**/Base.jar")
}