2 Star 38 Fork 7

wangl / wl-spring-assistant-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanglei 提交于 2023-12-14 13:51 . 1.4.6.222.233发布
plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.13.2'
}
group 'com.wangl.plugin'
version '1.4.6.222.233'
repositories {
mavenCentral()
}
dependencies {
// testCompile group: 'junit', name: 'junit', version: '4.12'
annotationProcessor('org.projectlombok:lombok:1.18.26')
compileOnly('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 = '233.*'
}
test {
useJUnitPlatform()
}
1
https://gitee.com/wl1411956542/wl-spring-assistant-plugin.git
git@gitee.com:wl1411956542/wl-spring-assistant-plugin.git
wl1411956542
wl-spring-assistant-plugin
wl-spring-assistant-plugin
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891