com.rhtech.springbootversion
所有者: RIDVAN OZAYDIN
自动管理Spring Boot应用程序的版本!
https://github.com/rozaydin/SpringBootVersionPlugin
来源:https://github.com/rozaydin/SpringBootVersionPlugin
使用插件DSL
plugins {
id("com.rhtech.springbootversion") version "1.0"
}
使用遗留插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.rhtech:spring-boot-version-plugin:1.0")
}
}
apply(plugin = "com.rhtech.springbootversion")