mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 14:17:58 -04:00
7 lines
242 B
Bash
Executable file
7 lines
242 B
Bash
Executable file
#!/bin/bash -i
|
|
export GRADLE_OPTS="-Dorg.gradle.daemon=false -Dorg.gradle.logging.level=info -Dfile.encoding=UTF-8"
|
|
|
|
./gradlew installDefaultGems
|
|
bin/dependencies-report --csv report.csv
|
|
# We want this to show on the CI server
|
|
cat report.csv
|