Skip to content

Commit

Permalink
add new dependencies to intellij platform and set infinity until version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangern committed Sep 20, 2024
1 parent 0d41835 commit 373d49f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ 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 @@ -80,7 +81,6 @@ tasks {

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

signPlugin {
Expand Down

0 comments on commit 373d49f

Please sign in to comment.