Files
openide/plugins/gradle/intellij.gradle.common.iml
Sergei Vorobyov abe973919d [Gradle|Plugin] fix: simplified the Gradle common module structure
intellij.gradle.common module is too irregular for our dev infrastructure.
DevKit plugin cannot generate the workspace model metadata for the Gradle plugin.

GitOrigin-RevId: cbf867cd246bc36bbfc72a8dfb7eb07badacc59e
2024-05-13 21:14:10 +00:00

9 lines
369 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.gradle" exported="" />
</component>
</module>