We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79cb66 commit 2bb2849Copy full SHA for 2bb2849
buildSrc/build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
dependencies {
13
- implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.5.0")
+ implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.6.0")
14
implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.2.1")
15
implementation("com.dorongold.plugins:task-tree:4.0.1") // provides `taskTree` task (e.g. `./gradlew build taskTree`; docs: https://github.com/dorongold/gradle-task-tree)
16
0 commit comments