Browse Source

Fixed _Run Plugin_ run configuration logs location

pull/481/head
Jakub Chrzanowski 1 year ago committed by Jakub Chrzanowski
parent
commit
038d00b51a
  1. 5
      .run/Run Plugin.run.xml
  2. 4
      CHANGELOG.md

5
.run/Run Plugin.run.xml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run Plugin" type="GradleRunConfiguration" factoryName="Gradle">
<log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
<log_file alias="IDE logs" path="$PROJECT_DIR$/build/idea-sandbox/*/log/idea.log" show_all="true" />
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>
</component>

4
CHANGELOG.md

@ -9,6 +9,10 @@ @@ -9,6 +9,10 @@
- Upgrade Gradle Wrapper to `8.10`
- Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4`
### Fixed
- Fixed _Run Plugin_ run configuration logs location
### Removed
- Removed _Run Qodana_ and _Run UI for UI Tests_ run configurations

Loading…
Cancel
Save