Skip to content

Commit 163ecea

Browse files
committed
Added autoversioning to gradle build
Signed-off-by: Rahul Krishna <[email protected]>
1 parent c9b1400 commit 163ecea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ plugins {
1616
id 'eclipse'
1717
id 'application'
1818
id 'org.graalvm.buildtools.native' version '0.9.28'
19+
id 'net.researchgate.release' version '3.0.2'
1920
}
2021

21-
version = 'latest'
22+
release {
23+
git {
24+
requireBranch.set('') // This removes the branch requirement
25+
}
26+
}
2227

2328
repositories {
2429
mavenCentral()

0 commit comments

Comments
 (0)