We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31618a9 commit 77fed76Copy full SHA for 77fed76
build.gradle.kts
@@ -105,11 +105,11 @@ tasks {
105
// )
106
107
// 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
- })
+// changeNotes.set(provider {
+// changelog.run {
+// getOrNull(properties("pluginVersion")) ?: getLatest()
+// }.toHTML()
+// })
113
}
114
115
// Configure UI tests plugin
0 commit comments