mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Revert "Fix path for local development"
This reverts commit ae21bf374c
.
This change was only applicable to IntelliJ, see https://youtrack.jetbrains.com/issue/IDEA-175172
Fixes #7806
This commit is contained in:
parent
35a8a41c05
commit
c4d0a33134
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("../../../out/production/classes", __FILE__)
|
||||
resources_dir = File.expand_path("../../../out/production/resources", __FILE__)
|
||||
classes_dir = File.expand_path("../../../build/classes/java/main", __FILE__)
|
||||
resources_dir = File.expand_path("../../../build/resources/main", __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