Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Fixing problems when using the plugin with Groovy 2 #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
}

dependencies {
groovy 'org.codehaus.groovy:groovy-all:1.8.8'
compile 'org.codehaus.groovy:groovy-all:2.3.6'
compile 'org.apache.ivy:ivy:2.2.0'
compile 'commons-cli:commons-cli:1.2' // should be part of groovy, but not available when running for some reason
testCompile 'junit:junit:4.10'
Expand Down