File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
if : always()
122
122
123
123
package :
124
- # needs: [code-quality, test]
124
+ needs : [code-quality, test]
125
125
126
126
runs-on : ubuntu-latest
127
127
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginVersion = 0.104.0
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 243
11
- pluginUntilBuild =
11
+ pluginUntilBuild = 243.*
12
12
13
13
14
14
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
@@ -23,7 +23,7 @@ platformPlugins =
23
23
platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
24
24
25
25
# Gradle Releases -> https://github.com/gradle/gradle/releases
26
- gradleVersion = 8.11.1
26
+ gradleVersion = 8.12
27
27
28
28
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
29
29
kotlin.stdlib.default.dependency = false
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
2
- <idea-plugin >
2
+ <idea-plugin require-restart = " false " >
3
3
<id >dev.robotcode.robotcode4ij</id >
4
4
<name >RobotCode - Robot Framework Support</name >
5
5
<
vendor email =
" [email protected] " url =
" https://www.robotcode.io" >robotcode.dev</
vendor >
You can’t perform that action at this time.
0 commit comments