File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ buildscript {
22 ext {
33 springBootVersion = ' 2.0.2.RELEASE'
44 bintrayPluginVersion = ' 1.7.3'
5+ releasePluginVersion = ' 2.7.0'
56 bintrayUsername = bintrayUser
67 bintrayKey = bintrayApiKey
78 }
@@ -12,6 +13,7 @@ buildscript {
1213 dependencies {
1314 classpath " org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion "
1415 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:$bintrayPluginVersion "
16+ classpath " net.researchgate:gradle-release:$releasePluginVersion "
1517 }
1618}
1719
@@ -22,6 +24,7 @@ apply plugin: 'io.spring.dependency-management'
2224apply plugin : ' com.jfrog.bintray'
2325apply plugin : ' maven-publish'
2426apply plugin : ' java-library'
27+ apply plugin : ' net.researchgate.release'
2528
2629group = ' com.github.sinwe.gradle.caching'
2730version = ' 0.0.1-SNAPSHOT'
You can’t perform that action at this time.
0 commit comments