lib/buildr/ivy_extension.rb in ivy4r-0.10.2 vs lib/buildr/ivy_extension.rb in ivy4r-0.10.3
- old
+ new
@@ -668,16 +668,16 @@
desc 'Clean the local Ivy cache and the local ivy repository'
task :clean
desc 'Clean the local Ivy result cache to force execution of ivy targets'
- task :cleanresultcache
+ task :clean_result_cache
desc 'Enable the local Ivy result cache by creating the marker file'
- task :enableresultcache
+ task :enable_result_cache
desc 'Disable the local Ivy result cache by removing the marker file'
- task :disableresultcache
+ task :disable_result_cache
end
end
after_define do |project|
if project.ivy.enabled?