aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-generator/README.md
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-04-19 13:21:26 +0200
committerSonarTech <sonartech@sonarsource.com>2019-04-29 20:21:07 +0200
commitbe370470be29dcdbe867499391a4b73b4091e447 (patch)
treef1afa453fc2f10d7ee5cad6c6616127431d7e213 /sonar-ws-generator/README.md
parent367a2e7e4c976956f43b11d7b2b6076bba05f3d8 (diff)
downloadsonarqube-be370470be29dcdbe867499391a4b73b4091e447.tar.gz
sonarqube-be370470be29dcdbe867499391a4b73b4091e447.zip
Fix sonar-ws-generator/README
Diffstat (limited to 'sonar-ws-generator/README.md')
-rw-r--r--sonar-ws-generator/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-ws-generator/README.md b/sonar-ws-generator/README.md
index 75369809b57..ffce299e01c 100644
--- a/sonar-ws-generator/README.md
+++ b/sonar-ws-generator/README.md
@@ -6,8 +6,8 @@ The generated sources are not compilable on their own, but require to be copied
# How do I use it?
* Make your changes on the SonarQube Web API (protobuf specification of responses in sonar-ws or `WebService` implementations in sonar-server)
-* Build SonarQube (for example with `./quick-build.sh`)
-* Run this generator: `sonar-ws-generator/run.sh`
+* Build SonarQube with `./gradlew build -x test -x obfuscate`)
+* Run generator: `sonar-ws-generator/run.sh`
* Check your git status: the generated sources are copied in `sonar-ws/src/main/java`. Please double check the changed code.
* Now you can rebuild sonar-ws and use it in integration tests