tangcent / easy-yapi

Generate API document to yapi
https://easyyapi.com
GNU Affero General Public License v3.0
439 stars 144 forks source link

[Question] build失败 #1165

Open luckygqx opened 2 months ago

luckygqx commented 2 months ago

Cause: class org.jetbrains.intellij.MemoizedProvider overrides final method org.gradle.api.internal.provider.AbstractMinimalProvider.toString()Ljava/lang/String; image

master分支代码build失败

jdk 17 gradle 8.10

是jdk还是gradle版本不对吗

luckygqx commented 2 months ago

是idea版本的问题吗?我目前idea版本是2023.3.5 我修改了idea-plugin模块的build.gradle.kts就可以了 plugins { id("org.jetbrains.intellij") version "1.17.1" }

tangcent commented 2 months ago

@luckygqx 和idea版本没关系,你是执行./plugin-script/package_plugin.sh吗? `