Skip to content

Commit

Permalink
Extend version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslaw-panuszewski committed Apr 20, 2024
1 parent 0260518 commit 94ee6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

intellij {
version = "2023.3"
version = "2023.1"
type = "IU"
plugins = listOf("org.jetbrains.kotlin", "org.intellij.groovy")
updateSinceUntilBuild = false
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<idea-plugin>
<idea-version since-build="233" />
<idea-version since-build="231" />

<id>dev.panuszewski.gradle-jumper</id>

Expand Down

0 comments on commit 94ee6ee

Please sign in to comment.