Skip to content

Commit

Permalink
fixing min version
Browse files Browse the repository at this point in the history
  • Loading branch information
deniswsrosa committed May 29, 2024
1 parent b17ee39 commit 02184cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2023.3.6")
version.set("2024.1")
type.set("IC") // Target IDE Platform

plugins.set(listOf("com.intellij.java"))
Expand All @@ -80,7 +80,7 @@ tasks {
}

patchPluginXml {
sinceBuild.set("232.10227.8")
sinceBuild.set("241.14494.240")
untilBuild.set("246.*")
}

Expand Down

0 comments on commit 02184cf

Please sign in to comment.