1 Star 0 Fork 8

czs208112/wl-spring-assistant-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanglei 提交于 2023-04-19 16:25 . init project
plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.13.2'
}
group 'com.wangl.plugin'
version '1.1.222.231'
repositories {
mavenCentral()
}
dependencies {
// testCompile group: 'junit', name: 'junit', version: '4.12'
annotationProcessor('org.projectlombok:lombok:1.18.26')
implementation('org.projectlombok:lombok:1.18.26')
implementation('org.apache.ant:ant:1.10.9')
implementation('org.springframework.boot:spring-boot:2.2.1.RELEASE')
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = "2022.2"
type = "IC"
plugins = ['java','properties','yaml',"maven","gradle"]
}
patchPluginXml {
sinceBuild = '222'
untilBuild = '231.*'
}
test {
useJUnitPlatform()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/czs208112/wl-spring-assistant-plugin.git
git@gitee.com:czs208112/wl-spring-assistant-plugin.git
czs208112
wl-spring-assistant-plugin
wl-spring-assistant-plugin
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385