-
Notifications
You must be signed in to change notification settings - Fork 39
Home
Please run the following command before working in Eclipse after checking out the source:
gradlew cleanEclipse eclipse
bash <(curl -s https://blackducksoftware.github.io/hub-detect/hub-detect.sh)
bash <(curl -s https://blackducksoftware.github.io/hub-detect/hub-detect.sh) -h
Because of the way bash is executed, spaces need to be escaped. For example:
bash <(curl -s https://blackducksoftware.github.io/hub-detect/hub-detect.sh) --detect.project.name=\"Project Test\"
To use the latest snapshot, set the following environment variable
DETECT_USE_SNAPSHOT=1
Grab the jars from our public AF: http://test-repo.blackducksoftware.com/artifactory/webapp/#/artifacts/browse/tree/General/bds-integrations-release/com/blackducksoftware/integration/hub-detect
Please download the gradle-inspector and its transitives: https://github.com/blackducksoftware/hub-detect/tree/gh-pages
Unzip the zip into a location of your choice.
Then use the following property: detect.gradle.inspector.air.gap.path=<path/to/folder/with/jars>
For extra details about Spring's configuration: https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html