From 9acf828599505039bfbc76c78b86442402b84d93 Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Sat, 12 Nov 2022 19:49:06 +0100 Subject: [PATCH] Update Module.manifest after upgrading protobuf to 3.21.8 Fixes: Execution failed for task ':Debugger-gadp:ip'. > No License specified for external library: lib/protobuf-java-3.21.8.jar in module /tmp/ghidra/Ghidra/Debug/Debugger-gadp. Expression: map.containsKey(relativePath) --- Ghidra/Debug/Debugger-gadp/Module.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Debug/Debugger-gadp/Module.manifest b/Ghidra/Debug/Debugger-gadp/Module.manifest index 6f3440fc0b..89174007c9 100644 --- a/Ghidra/Debug/Debugger-gadp/Module.manifest +++ b/Ghidra/Debug/Debugger-gadp/Module.manifest @@ -1 +1 @@ -MODULE FILE LICENSE: lib/protobuf-java-3.21.6.jar BSD-3-GOOGLE +MODULE FILE LICENSE: lib/protobuf-java-3.21.8.jar BSD-3-GOOGLE