Skip to content

Commit

Permalink
Bump gradle-changelog-plugin to 2.0.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini committed May 2, 2023
1 parent bdd0692 commit f7a3ea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_standard_jetbrains_plugin_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {

dependencies {
classpath 'org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.13.3'
classpath 'org.jetbrains.changelog:org.jetbrains.changelog.gradle.plugin:1.3.1' // pin to 1.3.1 until https://github.com/JetBrains/gradle-changelog-plugin/issues/149 is fixed.
classpath 'org.jetbrains.changelog:org.jetbrains.changelog.gradle.plugin:2.0.0'
classpath 'org.jetbrains.qodana:gradle-qodana-plugin:0.1.13'
}
}
Expand Down Expand Up @@ -52,9 +52,9 @@ intellij {
buildSearchableOptions.enabled = false
}

// Configure CHANGELOG.md - https://github.com/JetBrains/gradle-changelog-plugin
// Note: Use all the defaults.
changelog {
version = properties("pluginVersion")
header = "[${-> version.get()}] - ${new Date().format('yyyy-MM-dd')}"
}

// Configure Gradle Qodana Plugin - read more: https://github.com/JetBrains/gradle-qodana-plugin
Expand Down Expand Up @@ -251,7 +251,7 @@ dependencies {

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation 'org.testng:testng:7.7.1'
testImplementation 'org.mockito:mockito-core:5.3.0'
testImplementation 'org.mockito:mockito-core:5.3.1'
}

// Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle
Expand Down

0 comments on commit f7a3ea1

Please sign in to comment.