Skip to content

Commit

Permalink
chore: Update until to support 2025.1 (251) (#279)
Browse files Browse the repository at this point in the history
* Update until to support 2025.1 (251)

* updates

* updates

* revert not related change
  • Loading branch information
MarcinVaadin authored Jan 16, 2025
1 parent ac1523c commit 3566b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
needs: codeChecks
strategy:
matrix:
version: [ "2023.3", "2024.3" ]
version: [ "2023.3", "251.14649.49" ] #EAP - use specific version
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.21"
id("org.jetbrains.intellij.platform") version "2.2.0"
id("org.jetbrains.intellij.platform") version "2.2.1"
id("com.diffplug.spotless") version "7.0.0.BETA2"

id("com.adarshr.test-logger") version "4.0.0"
Expand Down Expand Up @@ -108,7 +108,7 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
tasks {
patchPluginXml {
sinceBuild.set("233")
untilBuild.set("252.*")
untilBuild.set("251.*")
}

signPlugin {
Expand Down

0 comments on commit 3566b11

Please sign in to comment.