mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Fix configuration cache issue
This commit is contained in:
parent
9dcd4ef23b
commit
c9937581e6
@ -85,6 +85,7 @@ tasks {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
val changelog = project.changelog // local variable for configuration cache compatibility
|
||||||
// Get the latest available change notes from the changelog file
|
// Get the latest available change notes from the changelog file
|
||||||
changeNotes.set(properties("pluginVersion").map { pluginVersion ->
|
changeNotes.set(properties("pluginVersion").map { pluginVersion ->
|
||||||
with(changelog) {
|
with(changelog) {
|
||||||
|
Loading…
Reference in New Issue
Block a user