Skip to content

Commit

Permalink
BUGFIX: configure gradle changelog plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Feb 14, 2021
1 parent 136a6f6 commit a7cb2cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ intellij {
setPlugins(*platformPlugins.split(',').map(String::trim).filter(String::isNotEmpty).toTypedArray())
}

// Configure gradle-changelog-plugin plugin.
// Read more: https://github.com/JetBrains/gradle-changelog-plugin
changelog {
version = pluginVersion
}

grammarKit {
jflexRelease = jFlexVersion
grammarKitRelease = grammarKitVersion
Expand Down

0 comments on commit a7cb2cd

Please sign in to comment.