Skip to content

Commit b8a6f4a

Browse files
committed
build: make project version configurable via gradle property
1 parent 3de7718 commit b8a6f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'com.orisunlabs'
9-
version = '0.0.1'
9+
version = project.findProperty('version') ?: '0.0.1'
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)