ruby-gradle-example/src/main/webapp/WEB-INF/Rakefile

6 lines
108 B
Ruby

desc "Say hello to the world"
task :hello do
puts "Hello there world, I'm a runnable war! (I think)"
end