Skip to content

Commit 6b00e32

Browse files
committed
Tweak Gradle instructions a bit
1 parent a93c9d8 commit 6b00e32

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/guides/ja/supported-web-frameworks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ quarkus.log.category."com.slack.api".level=DEBUG
448448

449449
```bash
450450
./gradlew quarkusDev
451-
./gradlew clean quarkusDev # 変更が反映されないときは clean を試してみてください
452451
```
453452

454453
プロジェクトが適切に設定されていれば、標準出力はこのようになっているでしょう。

docs/guides/supported-web-frameworks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ You can generate a blank project from [code.quarkus.io](https://code.quarkus.io/
250250
251251
After generating a blank project, **remove `quarkus-universe-bom` from the build settings**. The reason why we need to remove it is that, as of April 2020, `quarkus-universe-bom` adds [okhttp](https://search.maven.org/artifact/com.squareup.okhttp3/okhttp) 3.x to the project while this SDK requires okhttp 4.x. This means your application won't work due to binary compatibility issues with the setting. If you cannot remove `quarkus-universe-bom` for some reasons, including Bolt for Java in the project may not be a feasible idea. Consider separating the application built with Bolt for Java from the one.
252252
253-
Also, if you don't have additional endpoints using RESTEasy, you can safely remove **quarkus-resteasy** (a dependency included by default) dependency.
253+
Also, if you don't have additional endpoints using RESTEasy, you can safely remove **quarkus-resteasy** (a dependency included by default).
254254
255255
### Build Settings
256256
@@ -448,7 +448,6 @@ That’s all set! It’s time to run the app in its the development mode.
448448

449449
```bash
450450
./gradlew quarkusDev
451-
./gradlew clean quarkusDev # try clean when you don't see some updates
452451
```
453452

454453
If your Quarkus project is correctly configured, the stdout should look like this.

0 commit comments

Comments
 (0)