Skip to content

Commit

Permalink
chore(intellij): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Jan 3, 2025
1 parent 9ee1f22 commit e618db5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
if: always()

package:
#needs: [code-quality, test]
needs: [code-quality, test]

runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions intellij-client/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginVersion = 0.104.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 243
pluginUntilBuild =
pluginUntilBuild = 243.*


# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
Expand All @@ -23,7 +23,7 @@ platformPlugins =
platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.11.1
gradleVersion = 8.12

# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
Expand Down
2 changes: 1 addition & 1 deletion intellij-client/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion intellij-client/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
<idea-plugin require-restart="false">
<id>dev.robotcode.robotcode4ij</id>
<name>RobotCode - Robot Framework Support</name>
<vendor email="[email protected]" url="https://www.robotcode.io">robotcode.dev</vendor>
Expand Down

0 comments on commit e618db5

Please sign in to comment.