소스 검색

Fix sonar-ws-generator/README

tags/7.8
Simon Brandhof 5 년 전
부모
커밋
be370470be
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      sonar-ws-generator/README.md

+ 2
- 2
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


Loading…
취소
저장