File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" Run Qodana" type =" GradleRunConfiguration" factoryName =" Gradle" >
3
3
<ExternalSystemSettings >
4
- <option name =" env" >
5
- <map >
6
- <entry key =" QODANA_SHOW_REPORT" value =" true" />
7
- </map >
8
- </option >
9
4
<option name =" executionName" />
10
5
<option name =" externalProjectPath" value =" $PROJECT_DIR$" />
11
6
<option name =" externalSystemIdString" value =" GRADLE" />
15
10
</option >
16
11
<option name =" taskNames" >
17
12
<list >
18
- <option value =" cleanInspections" />
19
- <option value =" runInspections" />
13
+ <option value =" qodanaScan" />
20
14
</list >
21
15
</option >
22
16
<option name =" vmOptions" />
Original file line number Diff line number Diff line change 11
11
- Dependencies - upgrade ` org.jetbrains.qodana ` to ` 2023.3.1 `
12
12
- Gradle - upgrade ` org.gradle.toolchains.foojay-resolver-convention ` to ` 0.8.0 `
13
13
- Gradle - cleanup the ` jvmToolchain ` setup
14
+ - Run Configurations - ` Run Qodana ` runs the ` qodanaScan ` Gradle task
14
15
15
16
### Fixed
16
17
17
18
- Fixed calculation of the plugin publication channel
18
- - Make the ` Run Tests ` run configuration use the ` RunAsTest ` IDE feature
19
+ - Run Configurations - ` Run Tests ` uses the ` RunAsTest ` IDE feature
19
20
- Replace the whole ` IntelliJ Platform Plugin Template ` with the new project name when running the GitHub Actions Cleanup workflow
20
21
21
22
### Removed
You can’t perform that action at this time.
0 commit comments