Skip to content

Commit

Permalink
added a comment about 1.7.1 bad Jansi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Mar 8, 2015
1 parent 0f0acf1 commit 584b208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integrationTest.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Note Groovy 1.7.1 has a bad dependency on Jansi 1.1. You have to manually install it into your local cache for the tests to work. You can download it at http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/jansi/jansi/1.1/.

new File(System.getProperty("user.dir")).eachFileMatch groovy.io.FileType.FILES, ~/groovy-.+\.log/, { it.delete() }
println "Installing plugin..."
quietlyRunCommand "${mvn()} -B -P nonindy clean install invoker:install"
Expand Down

0 comments on commit 584b208

Please sign in to comment.