Skip to content

Commit

Permalink
build.gradle - Leverage since-build & until-build in my JetBrains…
Browse files Browse the repository at this point in the history
… plugins.
  • Loading branch information
ChrisCarini committed Feb 26, 2024
1 parent b300aad commit 4db812f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_standard_jetbrains_plugin_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ tasks {
.collect(Collectors.joining('\n'))
)
)
sinceBuild.set(properties('pluginSinceBuild'))
untilBuild.set(properties('pluginUntilBuild'))

def changeLogForVersion = changelog.getOrNull(properties("pluginVersion"))
changeNotes.set((changeLogForVersion != null ? changeLogForVersion : changelog.getLatest()).toHTML())
Expand Down

0 comments on commit 4db812f

Please sign in to comment.