Skip to content

Commit

Permalink
move groovy version to gradle props so overrideable
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed May 27, 2019
1 parent 04a7edf commit 4a5c09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -8,7 +8,6 @@ apply plugin: 'groovy'

project.ext {
VERSION="0.9.9.7"
GROOVY_VERSION="2.5.6"
STAGE="build/stage/bpipe-$VERSION"
}

Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
@@ -0,0 +1,2 @@
CLOUD=true
GROOVY_VERSION=2.5.6

0 comments on commit 4a5c09f

Please sign in to comment.