Skip to content

next#580

Merged
Jakub Chrzanowski (hsz) merged 30 commits into
mainfrom
next
Apr 17, 2026
Merged

next#580
Jakub Chrzanowski (hsz) merged 30 commits into
mainfrom
next

Conversation

@hsz
Copy link
Copy Markdown
Member

No description provided.

ilya (squadgazzz) and others added 14 commits March 25, 2026 12:41
When a new project has no releases yet, `gh api repos/{owner}/{repo}/releases`
returns empty JSON, causing `xargs` to fail with exit code 123:
"unexpected end of JSON input". 
use xargs -r instead of explicit empty check for draft cleanup
…eference from `build.gradle.kts` and updating `gradle.properties`.
… `pluginVersion` configuration from `build.gradle.kts`
…build.gradle.kts` as it is already set in the `plugin.xml`
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 10, 2026

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.1.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

…ions.toml`, redundant since IntelliJ Platform 251+
…e` with `group` and `version` in `gradle.properties`, and update diff filtering in workflow.
…rapper should be updated with `./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper`
Comment thread gradle/libs.versions.toml Outdated
Copy link
Copy Markdown
Contributor

@Danil42Russia Danil Ovchinnikov (Danil42Russia) Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow... that's certainly unexpected...
Why is that? It was convenient, after all

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for questioning that, Danil. Let me explain the background story first:

We're moving toward the multi-module setup, which requires and/or makes setup easier when utilizing the settings.gradle.kts. This makes you define the org.jetbrains.intellij.platform.settings version there, and not Gradle Version Catalog. We end up with Gradle plugin versions defined in multiple places.
Thanks to the pluginManagement.plugins, we can manage versions from one place.

That'll leave us with Version Catalog storing only library versions, not the IntelliJ Platform! Sure, we can define there just the IntelliJ Platform version, but accessing it as a string isn't obvious. That's why it was defined in gradle.properties — again, multiple sources of truth.

If we summarize, we can define versions in gradle.properties, gradle/libs.versions.toml, build.gradle.kts, and settings.gradle.kts.
That's a pretty overcomplicated state for a Template project, isn't it?

Comment thread .github/workflows/build.yml
@hsz Jakub Chrzanowski (hsz) merged commit 97937b3 into main Apr 17, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants