Skip to content

Commit

Permalink
making build for intellij eap
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Jun 11, 2024
1 parent c9b8f35 commit 0fa4617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc-processor-intellij-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("java")
kotlin("jvm")
id("org.jetbrains.intellij") version "1.17.3-SNAPSHOT"
id("org.jetbrains.intellij") version "1.17.3"
id("com.github.johnrengelman.shadow")
}

Expand All @@ -25,11 +25,11 @@ repositories {

tasks.patchPluginXml {
sinceBuild = "231"
untilBuild = "241.*"
untilBuild = "242.*"
}

intellij {
version = "LATEST-EAP-SNAPSHOT"
version = "2023.2.6"
type = "IC"
pluginName = "DocProcessor"
plugins.addAll(
Expand Down

0 comments on commit 0fa4617

Please sign in to comment.