Skip to content

Commit

Permalink
Merge pull request #43 from buildlackey/use-non-beta-for-groovy
Browse files Browse the repository at this point in the history
change groovy dependency to fixed version so we don't get  the beta r…
  • Loading branch information
ipapapa authored Sep 6, 2017
2 parents 06ecb7d + 9a20920 commit 9a65415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndbench-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compile "org.codehaus.groovy:groovy-all:latest.release"
compile "org.codehaus.groovy:groovy-all:2.4.+"
compile group: 'com.google.code.gson', name: 'gson', version: '2.7'
compile group: 'joda-time', name: 'joda-time', version: 'latest.release'

Expand Down Expand Up @@ -33,4 +33,4 @@ dependencies {



}
}

0 comments on commit 9a65415

Please sign in to comment.