1 Star 0 Fork 0

無炆 / Idea插件开发

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
tuwh 提交于 2022-08-03 16:39 . 基础版本
// Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.3.1'
}
group 'org.intellij.sdk'
version '2.0.0'
sourceCompatibility = 11
repositories {
mavenCentral()
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2019.3'
}
buildSearchableOptions {
enabled = false
}
patchPluginXml {
version = project.version
sinceBuild = '193'
untilBuild = '213.*'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/crazyAsm/idea-plugin-development.git
git@gitee.com:crazyAsm/idea-plugin-development.git
crazyAsm
idea-plugin-development
Idea插件开发
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891