Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 423815f

Browse files
committed
Add release plugin configuration for automated versioning
1 parent c5765c8 commit 423815f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ subprojects {
3636
apply plugin: 'maven'
3737
apply plugin: 'maven-publish'
3838
apply plugin: "com.jfrog.bintray"
39+
apply plugin: 'net.researchgate.release'
3940

4041
version = PROJECT_VERSION
4142
group = PROJECT_GROUP

0 commit comments

Comments
 (0)