File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 cache-disabled : true
1717
18+ - name : Clean Gradle cache
19+ shell : bash
20+ run : sudo rm -rf /mnt/gradle-cache/*
21+
1822 - name : Build, Tests and Verify Plugin
1923 shell : bash
2024 run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fun properties(key: String) = providers.gradleProperty(key)
33plugins {
44 id(" java" )
55 id(" org.jetbrains.kotlin.jvm" ) version " 2.1.0"
6- id(" org.jetbrains.intellij.platform" ) version " 2.5.0 "
6+ id(" org.jetbrains.intellij.platform" ) version " 2.10.5 "
77}
88
99group = properties(" pluginGroup" ).get()
@@ -25,6 +25,8 @@ dependencies {
2525 val version = providers.gradleProperty(" platformVersion" ).getOrElse(" 2024.3" )
2626 create(type, version)
2727
28+ pluginVerifier()
29+
2830 testFramework(org.jetbrains.intellij.platform.gradle.TestFrameworkType .Platform )
2931 bundledPlugin(" JavaScript" )
3032 }
@@ -35,8 +37,7 @@ dependencies {
3537intellijPlatform {
3638 pluginVerification {
3739 ides {
38- // ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2024.3.7")
39- ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType .IntellijIdeaCommunity , " 2024.3" )
40+ create(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType .IntellijIdeaCommunity , " 2024.3" )
4041 }
4142 }
4243}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments