Skip to content

Commit d79f70b

Browse files
smccaulifflindong28
authored andcommitted
Set version number for kafka-monitor (linkedin#46)
The version number needs to be manually specified in build.gradle. In the future we will allow this to be incremented automatically on every commit.
1 parent 45a5855 commit d79f70b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
version = "0.1.0"
2+
13
allprojects {
24
apply plugin: 'idea'
35
apply plugin: 'eclipse'
46
apply plugin: 'java'
57
apply plugin: 'checkstyle'
68

9+
version = "0.1.0"
10+
711
sourceCompatibility = 1.7
812

913
repositories {

0 commit comments

Comments
 (0)