Skip to content

Commit

Permalink
Revert "add new dependencies to intellij plugin and set infinity unti…
Browse files Browse the repository at this point in the history
…l version"
  • Loading branch information
hmusum authored Sep 21, 2024
1 parent d321828 commit 33db37f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ dependencies {
implementation("com.yahoo.vespa:config-model-api:8-SNAPSHOT")
implementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
implementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
implementation("org.jsoup:jsoup:1.17.2")
implementation("com.vladsch.flexmark:flexmark-html2md-converter:0.64.8")

intellijPlatform {
intellijIdeaUltimate("2024.1")
//local("/Applications/IntelliJ IDEA.app")
instrumentationTools()
}
}
Expand Down Expand Up @@ -81,6 +80,7 @@ tasks {

patchPluginXml {
sinceBuild.set("232")
untilBuild.set("242.*")
}

signPlugin {
Expand Down

0 comments on commit 33db37f

Please sign in to comment.