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 484c2df commit 263b841Copy full SHA for 263b841
buildSrc/build.gradle.kts
@@ -11,7 +11,7 @@ repositories {
11
12
dependencies {
13
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.7.0")
14
- implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.3.0")
+ implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.4.0")
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
}
17
0 commit comments