Skip to content

Commit 77fed76

Browse files
committed
description in plugin.xml
Signed-off-by: shalom <[email protected]>
1 parent 31618a9 commit 77fed76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ tasks {
105105
// )
106106

107107
// Get the latest available change notes from the changelog file
108-
changeNotes.set(provider {
109-
changelog.run {
110-
getOrNull(properties("pluginVersion")) ?: getLatest()
111-
}.toHTML()
112-
})
108+
// changeNotes.set(provider {
109+
// changelog.run {
110+
// getOrNull(properties("pluginVersion")) ?: getLatest()
111+
// }.toHTML()
112+
// })
113113
}
114114

115115
// Configure UI tests plugin

0 commit comments

Comments
 (0)