Skip to content

Commit

Permalink
chore: Update org.jetbrains.intellij.platform to 2.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Jun 1, 2024
1 parent 56ca8bd commit f75e19c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.intellijPlatform
.gradle
.idea
build
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ detekt = "1.21.0"
kotlin = "1.9.22"
changelog-plugin = "2.2.0"
intellij-plugin = "1.17.3"
intellij-platform-plugin = "2.0.0-beta4"
intellij-platform-plugin = "2.0.0-beta5"
idea-ext = "1.1.7"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ tasks {
}
}

// TODO Remove for beta5
// TODO Remove for beta6
generateManifest {
kotlinStdlibBundled = true
kotlinStdlibDefaultDependency = true
}

runIde {
Expand Down

0 comments on commit f75e19c

Please sign in to comment.