Skip to content

Commit ed50845

Browse files
committed
Apply release
1 parent d98a403 commit ed50845

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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'
2224
apply plugin: 'com.jfrog.bintray'
2325
apply plugin: 'maven-publish'
2426
apply plugin: 'java-library'
27+
apply plugin: 'net.researchgate.release'
2528

2629
group = 'com.github.sinwe.gradle.caching'
2730
version = '0.0.1-SNAPSHOT'

0 commit comments

Comments
 (0)