You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
454 B
12 lines
454 B
# AUTOGENERATED BY THE GRADLE SCRIPT. EDITS WILL BE OVERWRITTEN. |
|
source 'https://rubygems.org' |
|
|
|
gemspec |
|
|
|
logstash_path = ENV["LOGSTASH_PATH"] || "../../logstash" |
|
use_logstash_source = ENV["LOGSTASH_SOURCE"] && ENV["LOGSTASH_SOURCE"].to_s == "1" |
|
|
|
if Dir.exist?(logstash_path) && use_logstash_source |
|
gem 'logstash-core', :path => "#{logstash_path}/logstash-core" |
|
gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api" |
|
end
|
|
|