Skip to content

Instantly share code, notes, and snippets.

@guilt
Last active December 13, 2023 13:58
Show Gist options
  • Save guilt/2729b1aded6d94c48183644eca67cabd to your computer and use it in GitHub Desktop.
Save guilt/2729b1aded6d94c48183644eca67cabd to your computer and use it in GitHub Desktop.
Build your own Logstash to test Logstash Plugins
#!/bin/sh
exec ./gradlew build \
-x :logstash-core:javaTests \
-x :logstash-core:rubyTests \
-x logstash-integration-tests:integrationTests \
-x benchmark-cli:test \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment