Conversation
IntelliJ Platform Gradle Plugin 2.13.1 requires Gradle 9.0+.
Replace removed exec {} in task actions with injected ExecOperations.
Replace deprecated buildDir with layout.buildDirectory.
.NET 6 is EOL. Update to .NET 8 LTS for building with ReSharper SDK 2026.1.
Add foojay-resolver-convention plugin for JDK auto-provisioning. Update rd-gen model imports from com.jetbrains.rider.generator.nova to com.jetbrains.rd.generator.nova (renamed in rd-gen 2026.1.3).
- Rename workflow to 'Build & Publish' - Add concurrency group to cancel superseded runs - Fix cache key to use correct path for gradle-wrapper.properties and include libs.versions.toml and build.gradle.kts - Add restore-keys fallback for partial cache hits - Update upload-artifact from v4.3.3 to v4 - Remove unnecessary cmd shell from publish step
Replace manual Gradle cache with official setup-gradle action which handles wrapper, dependency, and build cache automatically. Add --build-cache flag to reuse task outputs across runs. Keep separate NuGet cache since setup-gradle doesn't cover that.
Avoids expanding secrets directly in run blocks (githubactions:S7636).
|
This was referenced Mar 31, 2026
This was referenced Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
ExecOperations, replace deprecatedbuildDir, add foojay toolchain resolvercom.jetbrains.rider.generator.nova→com.jetbrains.rd.generator.nova)Version bumps
Test Plan
compileKotlin,protocol:compileKotlin)