【发布时间】:2016-08-16 00:05:49
【问题描述】:
寻找我可以在插件 DSL 中使用 gradle 2+ 版本的 spring-boot gradle 插件。我喜欢摆脱 buildScript 定义并拥有类似
plugins {
id "?" version "1.3.3.RELEASE"
}
https://plugins.gradle.org/ 似乎根本不包含 spring-boot。
【问题讨论】:
标签: gradle spring-boot
寻找我可以在插件 DSL 中使用 gradle 2+ 版本的 spring-boot gradle 插件。我喜欢摆脱 buildScript 定义并拥有类似
plugins {
id "?" version "1.3.3.RELEASE"
}
https://plugins.gradle.org/ 似乎根本不包含 spring-boot。
【问题讨论】:
标签: gradle spring-boot
Spring Boot 的 Gradle 插件未发布到插件门户,因此无法使用插件 DSL 安装。
如果您有兴趣了解插件未发布到门户的原因,有一个开放的Spring Boot issue 包含详细信息。
【讨论】: