lib/buildr/groovy/compiler.rb in assaf-buildr-1.3.3 vs lib/buildr/groovy/compiler.rb in assaf-buildr-1.3.4

- old
+ new

@@ -17,10 +17,10 @@ module Buildr::Groovy # Groovyc compiler: # compile.using(:groovyc) # - # You need to require 'buildr/java/groovyc' if you need to use this compiler. + # You need to require 'buildr/groovy/compiler' if you need to use this compiler. # # Used by default if .groovy files are found in the src/main/groovy directory (or src/test/groovy) # and sets the target directory to target/classes (or target/test/classes). # # Groovyc is a joint compiler, this means that when selected for a project, this compiler is used