Skip to content

Commit

Permalink
update scala_dev_guide with gradlew build -x test command (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
atangwbd committed Jun 27, 2023
1 parent 1188105 commit 6f9652a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/dev_guide/scala_dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ To compile, run
./gradlew build
```

When compiling, gradlew automatically runs tests which can take a long time to run. If you wish to skip tests to reduce your build time, you can run

```
./gradlew build -x test
```

To compile with certain java version, run
```
./gradlew build -Dorg.gradle.java.home=/JDK_PATH
Expand Down

0 comments on commit 6f9652a

Please sign in to comment.