Skip to content

Commit

Permalink
Fix dirty build problem #690
Browse files Browse the repository at this point in the history
- renamed "build" file to "buildExecutables"
- changed "build" to "buildExecutables" inside quickstart guide
  • Loading branch information
de-jcup committed Jul 6, 2021
1 parent 34678ce commit 62c1277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build → buildExecutables
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
cd `dirname $0`

# This script builds SecHub server and client
# This script builds all executables: SecHub server, PDS and client
#

echo "********************************************************************"
echo "* Build software "
echo "* Build executables "
echo "********************************************************************"
./gradlew ensureLocalhostCertificate build buildGo -x :sechub-integrationtest:test
./gradlew ensureLocalhostCertificate bootJar buildGo -x :sechub-integrationtest:test
2 changes: 1 addition & 1 deletion sechub-doc/src/docs/asciidoc/sechub-quickstart-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost
[start=2]
. Build SecHub
----
./build
./buildExecutables
----
[start=3]
Expand Down

0 comments on commit 62c1277

Please sign in to comment.