mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
1811283250
commit
ae21bf374c
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ end
|
|||
require "logstash-core_jars"
|
||||
|
||||
# local dev setup
|
||||
classes_dir = File.expand_path("../../../build/classes/java/main", __FILE__)
|
||||
resources_dir = File.expand_path("../../../build/resources/main", __FILE__)
|
||||
classes_dir = File.expand_path("../../../out/production/classes", __FILE__)
|
||||
resources_dir = File.expand_path("../../../out/production/resources", __FILE__)
|
||||
|
||||
if File.directory?(classes_dir) && File.directory?(resources_dir)
|
||||
# if in local dev setup, add target to classpath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue