File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 with :
2020 submodules : true
2121
22+ - uses : actions/setup-java@v5
23+ with :
24+ distribution : temurin
25+ java-version : 25
26+
2227 # - uses: actions/cache@v4
2328 # with:
2429 # path: ~/.nuget/packages
Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
33 alias(libs.plugins.kotlinJvm)
4- id(" org.jetbrains.intellij.platform" ) version " 2.16.0 " // https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
5- id(" me.filippov.gradle.jvm.wrapper" ) version " 0.16 .0" // https://plugins.gradle.org/plugin/me.filippov.gradle.jvm.wrapper
4+ id(" org.jetbrains.intellij.platform" ) version " 2.18.1 " // https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
5+ id(" me.filippov.gradle.jvm.wrapper" ) version " 0.15 .0" // https://plugins.gradle.org/plugin/me.filippov.gradle.jvm.wrapper
66}
77
88val ResharperPluginProjectName : String by project
@@ -23,12 +23,6 @@ repositories {
2323 }
2424}
2525
26- tasks.wrapper {
27- gradleVersion = " 8.8"
28- distributionType = Wrapper .DistributionType .ALL
29- distributionUrl = " https://cache-redirector.jetbrains.com/services.gradle.org/distributions/gradle-${gradleVersion} -all.zip"
30- }
31-
3226version = extra[" PluginVersion" ] as String
3327
3428tasks.processResources {
@@ -49,9 +43,19 @@ dependencies {
4943 useInstaller = false
5044 }
5145 jetbrainsRuntime()
46+
47+ // Required for SimpleOptionsPage and other Rider frontend/.NET bridge APIs (split out in 2026.2):
48+ bundledModule(" intellij.rider.rdclient.dotnet" )
49+
50+ // Required for com.jetbrains.rdclient.actions.base.* (Frontend/BackendActionTrait), supertypes of RiderUnitTestAnActionBase (split out in 2026.2):
51+ bundledModule(" intellij.rd.client" )
5252 }
5353}
5454
55+ intellijPlatform {
56+ buildSearchableOptions = false
57+ }
58+
5559tasks.runIde {
5660 // Match Rider's default heap size of 1.5Gb (default for runIde is 512Mb)
5761 maxHeapSize = " 1500m"
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.3.20 " # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
3- # rdGen = "2026.1.3 " # https://github.com/JetBrains/rd/releases
2+ kotlin = " 2.4.0 " # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
3+ # rdGen = "2026.2.5 " # https://github.com/JetBrains/rd/releases
44
55[libraries ]
66kotlinStdLib = { group = " org.jetbrains.kotlin" , name = " kotlin-stdlib" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments