plugin-starter icon indicating copy to clipboard operation
plugin-starter copied to clipboard

Halo 2.0 插件开发快速开始模板

Results 6 plugin-starter issues
Sort by recently updated
recently updated
newest added

23279@DESKTOP-1IFNKU0 MINGW64 ~/IdeaProjects/plugin-starter (main) $ ./gradlew.bat haloServer > Task :installDepsForUI Lockfile is up to date, resolution step is skipped Already up to date Done in 767ms > Task :buildFrontend >...

![image](https://github.com/halo-dev/plugin-starter/assets/16578015/a7eda258-e2bc-4d55-8f66-6c10387745ea)

异常信息: PS E:\web\halo-plugin> ./gradlew.bat haloServer > Task :installDepsForUI Lockfile is up to date, resolution step is skipped Already up to date Done in 1.1s > Task :buildFrontend > @ build...

kind/support

``` package run.halo.starter.schema; import lombok.Data; import lombok.EqualsAndHashCode; import run.halo.app.extension.AbstractExtension; import run.halo.app.extension.GVK; /** * @author guqing * @author ryanwang * @since 2.0.0 */ @Data @EqualsAndHashCode(callSuper = true) @GVK(group = "core.halo.run", version...

kind/support

"Plugin [id: 'com.github.node-gradle.node', version: '7.0.2'] was not found in any of the following sources:" Gradle是能下载的,每到这一步就卡住,不知道为什么

triage/needs-information

插件打包就不用自带kotlin的jar了