Fixed _Run Plugin_ run configuration logs location

This commit is contained in:
Jakub Chrzanowski 2024-08-14 16:52:08 +02:00
parent 05efaedba1
commit a2e9daa494
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager"> <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run Plugin" type="GradleRunConfiguration" factoryName="Gradle"> <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> <ExternalSystemSettings>
<option name="executionName" /> <option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
@ -19,6 +19,7 @@
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled> <DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" /> <method v="2" />
</configuration> </configuration>
</component> </component>

View File

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