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 3d76fd2 commit 9debf12Copy full SHA for 9debf12
buildSrc/build.gradle.kts
@@ -10,8 +10,8 @@ repositories {
10
}
11
12
dependencies {
13
- implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.2.1")
+ implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.4.0")
14
implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.2.1")
15
- implementation("com.dorongold.plugins:task-tree:4.0.0") // provides `taskTree` task (e.g. `./gradlew build taskTree`; docs: https://github.com/dorongold/gradle-task-tree)
+ 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
17
0 commit comments