This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit 674d03547904023113eaf8bec7759a55eaa527c7 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Aug 16 10:13:58 2024 +0200 WW-5446 Adds missing dependency --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index e59fe01..a94d698 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,6 +27,7 @@ intellij { "com.intellij.freemarker", "com.intellij.velocity", "org.intellij.groovy", + "com.intellij.jsp", "JavaScript", "com.intellij.java-i18n" ))