File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,21 +29,20 @@ jobs:
2929
3030 - uses : gradle/actions/setup-gradle@v4
3131 with :
32- gradle-version : " 9.0 .0"
32+ gradle-version : " 9.4 .0"
3333
3434 - name : Initialize IntelliJ platform
3535 env :
3636 GRADLE_USER_HOME : ${{ runner.temp }}/gradle-home
3737 run : >
38- gradle
38+ ./gradlew
3939 :backend-intellij:initializeIntellijPlatformPlugin
4040
4141 - name : Build standalone backend
4242 env :
4343 GRADLE_USER_HOME : ${{ runner.temp }}/gradle-home
4444 run : >
45- gradle
46- :shared-testing:test
45+ ./gradlew :shared-testing:test
4746 :backend-standalone:test
4847 :backend-standalone:fatJar
4948 :backend-standalone:writeWrapperScript
@@ -274,7 +273,7 @@ jobs:
274273
275274 - uses : gradle/actions/setup-gradle@v4
276275 with :
277- gradle-version : " 9.0 .0"
276+ gradle-version : " 9.4 .0"
278277
279278 - name : Initialize IntelliJ platform
280279 env :
@@ -305,7 +304,7 @@ jobs:
305304
306305 - uses : gradle/actions/setup-gradle@v4
307306 with :
308- gradle-version : " 9.0 .0"
307+ gradle-version : " 9.4 .0"
309308
310309 - name : Initialize IntelliJ platform
311310 env :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ intellij-platform-gradle-plugin = "2.13.1"
1212intellij-idea = " 2025.3"
1313intellij-since-build = " 253"
1414analysis-api-standalone = " 2.3.20-ij253-119"
15- gradle-tooling-api = " 9.0 .0"
15+ gradle-tooling-api = " 9.4 .0"
1616
1717[libraries ]
1818coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutines" }
Original file line number Diff line number Diff line change 11distributionPath =wrapper/dists
2- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-bin.zip
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4 .0-bin.zip
33networkTimeout =10000
44validateDistributionUrl =true
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments