Skip to content

Commit

Permalink
Update BUILD files
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Mar 14, 2019
1 parent 37a61d2 commit a57a28b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apply plugin: 'java'

version='1.0.0'
version = parent.version
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ dependencies {
compile project(':api')
runtime project(':services')
}

version = parent.version
2 changes: 2 additions & 0 deletions services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies {
testCompile 'org.codehaus.groovy:groovy-test:2.5.6'
}

version = parent.version

// ANTLR //
ext.antlr4 = [
antlrSource: 'src/main/antlr',
Expand Down

0 comments on commit a57a28b

Please sign in to comment.