Skip to content

Commit eb5e019

Browse files
committed
Update build.gradle
1 parent da72df2 commit eb5e019

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ plugins {
88
id 'jacoco'
99
id "com.google.protobuf" version "0.8.18"
1010
id "com.github.jakemarsden.git-hooks" version "0.0.2"
11+
id 'net.researchgate.release' version '2.8.1'
1112
}
1213

1314
apply plugin: "java-library"
1415

16+
release {
17+
tagTemplate = 'v${version}'
18+
}
19+
afterReleaseBuild.dependsOn publish
20+
1521
allprojects {
1622
apply plugin: "java"
1723
apply plugin: "com.diffplug.spotless"

0 commit comments

Comments
 (0)