File tree Expand file tree Collapse file tree 2 files changed +3
-48
lines changed
kotlin/com/squareup/cash/hermit/gradle Expand file tree Collapse file tree 2 files changed +3
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<executionEnvironmentProvider implementation =" com.squareup.cash.hermit.execution.HermitGradleAppEnvProvider" order =" first" />
4
4
</extensions >
5
5
6
+ <!-- Temporarily disabled due to experimental API compatibility issues in IntelliJ Platform Gradle Plugin 2.7.2+ -->
7
+ <!--
6
8
<extensions defaultExtensionNs="com.intellij">
7
9
<externalExecutionAware id="hermit-gradle" key="GRADLE" implementationClass="com.squareup.cash.hermit.gradle.HermitGradleExecutionAware" order="first"/>
8
10
</extensions>
11
+ -->
9
12
10
13
<extensions defaultExtensionNs =" org.squareup.cash.hermit.idea-plugin" >
11
14
<property-handler implementation =" com.squareup.cash.hermit.gradle.GradleConfigUpdater" />
You can’t perform that action at this time.
0 commit comments