logstash-plugins / logstash-filter-date

Apache License 2.0
7 stars 43 forks source link

Error about logstashCoreGemPath property during ./gradlew #88

Closed hkarakose closed 7 years ago

hkarakose commented 7 years ago

Hello I am getting following error:

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/halil/Projects2/user_projects/logstash-filter-date/build.gradle' line: 55

* What went wrong:
A problem occurred evaluating root project 'logstash-filter-date'.
> Could not get unknown property 'logstashCoreGemPath' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

I think this error is about commit #87

jsvd commented 7 years ago

can you try removing your gradle.properties file trying again?

[edit] and then running bundle exec rake vendor

hkarakose commented 7 years ago

I didn't have a gradle.properties file. I just run bundle exec rake vendor and ./gradlew. Now, I don't take any more errors. Thank you.