mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- don't build for java 5
This commit is contained in:
parent
f21109a61e
commit
fac9f65471
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -66,7 +66,8 @@ compile: compile-grammar compile-runner | build/ruby
|
|||
.PHONY: compile-runner
|
||||
compile-runner: build/ruby/logstash/runner.class
|
||||
build/ruby/logstash/runner.class: lib/logstash/runner.rb | build/ruby $(JRUBY)
|
||||
$(QUIET)(cd lib; $(JRUBYC) -5 -t ../build/ruby logstash/runner.rb)
|
||||
#$(QUIET)(cd lib; $(JRUBYC) -5 -t ../build/ruby logstash/runner.rb)
|
||||
$(QUIET)(cd lib; $(JRUBYC) -t ../build/ruby logstash/runner.rb)
|
||||
|
||||
.PHONY: copy-ruby-files
|
||||
copy-ruby-files: | build/ruby
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue