Skip to content

Commit 8ecee31

Browse files
committed
调整文档位置
1 parent a383640 commit 8ecee31

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ intellij {
6363
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
6464
changelog {
6565
version = properties("pluginVersion")
66-
path = "${project.projectDir}/CHANGELOG.md"
66+
path = "${project.projectDir}/doc/CHANGELOG.md"
6767
// header = "[${-> version.get()}] - ${new SimpleDateFormat("yyyy-MM-dd").format(new Date())}"
6868
// headerParserRegex = ~/(\d+\.\d+)/
6969
// itemPrefix = "-"
@@ -86,7 +86,7 @@ patchPluginXml {
8686
// Load plugin description from dedicated file and convert to HTML
8787
// This follows JetBrains recommended practice for plugin descriptions
8888
pluginDescription = provider {
89-
def descriptionFile = project.file("PLUGIN_DESCRIPTION.md")
89+
def descriptionFile = project.file("doc/PLUGIN_DESCRIPTION.md")
9090
def descriptionContent = descriptionFile.exists() ? descriptionFile.text : ""
9191

9292
// Convert to HTML using CommonMark
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)