# webstorm-plugin **Repository Path**: imnewsea/webstorm-plugin ## Basic Information - **Project Name**: webstorm-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-02 - **Last Updated**: 2026-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 编译 安装插件 `Plugin Dev-Kit` 下载 gradle 到 `d:/opt/gradle-8.6-bin.zip` 设置 JDK17 Idea --> 设置 --> 构建、执行、部署 --> 构建工具 --> gradle --> 设置为 JDK17 ![gradle-setting.png](gradle-setting.png) 1. 先执行 gradle 刷新 2. 把 gradle 设置为脱机模式,否则会联机找 github 校验插件版本,很可能会失败!报: `Caused by: java.lang.NullPointerException: getHeaderField(“Location“) must not be null` 3. 执行 grale:build 第一次执行时,控制台会有是否允许xxx的提示,输入 yes `Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Service defined at https://gradle.com/terms-of-service. Do you accept these terms? [yes, no] ` 4. Idea,插件,从磁盘安装插件: 选择 build/distributions/xxx.zip ## 版本: > https://mvnrepository.com/artifact/org.jetbrains.intellij/org.jetbrains.intellij.gradle.plugin > > # 调试