From 28f9bdb96ac9de9f0fc40c5b7654defbeffc6f96 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Sat, 2 Nov 2024 11:57:41 +0800 Subject: [PATCH] feat(plugin): add proto module to plugin.xml #122 Adds the "com.phodal.shirelang.proto" module to the plugin configuration, enabling support for protocol buffers within the plugin ecosystem. --- src/main/resources/META-INF/plugin.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d859e6e1..3f755bd8 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -16,6 +16,7 @@ +