Skip to content

Commit a128734

Browse files
committed
Update workflows, dependencies, and configurations:
- Free up disk space in CI workflows using jlumbroso/free-disk-space@v1.3.1. - Enable read-only Gradle caching and adjust task dependencies. - Add `codecov.yml` for coverage reporting. - Update Qodana linter version and JDK to 21 in `qodana.yml`. - Remove `pluginUntilBuild` and introduce `platformBundledModules` property in Gradle. - Update plugin metadata in `plugin.xml` to version 2.1.0 and add resource-bundle entry. - Refactor release asset creation logic to streamline handling of changelogs and releases. - Fix licensing comments and adjust Gradle wrapper scripts. - Ignore `.DS_Store` and minor content fixes in `.gitignore`.
1 parent bf7fde9 commit a128734

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ intellijPlatform {
103103
}
104104

105105
pluginVerification {
106+
freeArgs = providers.gradleProperty("pluginVerifierArgs").map { it.split(' ') }
106107
ides {
107108
recommended()
108109
}

0 commit comments

Comments
 (0)