This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/WW-5446-fix-deprecation in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit df6b80e19e420575c92ca3849f53ea900dd08412 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Wed Aug 21 15:40:33 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 dd58d89..b39d3c2 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.java", "com.intellij.jsp", "JavaScript", "com.intellij.java-i18n"