Skip to content

Commit

Permalink
try to fix error when using with gradle 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed EL HABIB committed May 28, 2015
1 parent 4052a73 commit babf9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'groovy'
apply plugin: 'compile'
apply plugin: 'idea'

repositories {
Expand Down

1 comment on commit babf9b7

@erinphemi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to leave Line 1 as it was, and change Line 9 to
compile 'org.codehaus.groovy:groovy-all:2.4.4'

I updated groovy while I was at it, but it might be possible to just leave the version alone.

Please sign in to comment.