Module: Buildr::Groovy
- Defined in:
- lib/buildr/groovy/bdd.rb,
lib/buildr/groovy/shell.rb,
lib/buildr/groovy/compiler.rb
Overview
:nodoc:
Defined Under Namespace
Classes: EasyB, GroovySH, Groovyc
Constant Summary collapse
- REQUIRES =
ArtifactNamespace.for(self) do |ns| ns.jansi! 'org.fusesource.jansi:jansi:jar:1.2.1' ns.jline! 'jline:jline:jar:0.9.94' end
Class Method Summary collapse
-
.dependencies ⇒ Object
:nodoc:.
Class Method Details
.dependencies ⇒ Object
:nodoc:
26 27 28 |
# File 'lib/buildr/groovy/compiler.rb', line 26 def dependencies #:nodoc: REQUIRES.artifacts + Groovyc.dependencies end |