Skip to content

Commit 0bf36d6

Browse files
authored
Merge pull request #107 from pilzm/develop
Optionally include Java plugin to add newly-separated classes back to classpath
2 parents 344cb21 + 706ba5a commit 0bf36d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<idea-version since-build="181"/>
5656

5757
<depends>com.intellij.modules.lang</depends>
58+
<depends optional="true" config-file="">com.intellij.java</depends>
5859

5960
<extensionPoints>
6061
<extensionPoint name="envVarsProvider" beanClass="net.ashald.envfile.platform.EnvVarsProviderExtension">

0 commit comments

Comments
 (0)