Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed Jan 13, 2025
1 parent 6252eba commit 6c8c3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
33 changes: 0 additions & 33 deletions JetBrains/META-INF/plugin.xml

This file was deleted.

4 changes: 2 additions & 2 deletions JetBrains/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {
tasks {
// Gradle 构建任务,打包插件为 .zip 文件
buildPlugin {
from 'src/main/resources' // 插件资源路径
from './resources' // 插件资源路径
archiveFileName = 'eva-theme-plugin.zip' // 生成的插件 ZIP 文件名
destinationDirectory = file('./src/build') // 存放打包文件的目录
destinationDirectory = file('./build') // 存放打包文件的目录
}
}

0 comments on commit 6c8c3c2

Please sign in to comment.