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:
121121 if : always()
122122
123123 package :
124- # needs: [code-quality, test]
124+ needs : [code-quality, test]
125125
126126 runs-on : ubuntu-latest
127127
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginVersion = 0.104.0
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 243
11- pluginUntilBuild =
11+ pluginUntilBuild = 243.*
1212
1313
1414# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
@@ -23,7 +23,7 @@ platformPlugins =
2323platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
2424
2525# Gradle Releases -> https://github.com/gradle/gradle/releases
26- gradleVersion = 8.11.1
26+ gradleVersion = 8.12
2727
2828# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2929kotlin.stdlib.default.dependency = false
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.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
2- <idea-plugin >
2+ <idea-plugin require-restart = " false " >
33 <id >dev.robotcode.robotcode4ij</id >
44 <name >RobotCode - Robot Framework Support</name >
55 <
vendor email =
" [email protected] " url =
" https://www.robotcode.io" >robotcode.dev</
vendor >
You can’t perform that action at this time.
0 commit comments