File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ The reference documentation for the API can be found [here](https://docs.gradle.
13
13
When working on caching new goals, you can obtain a debug output with the following command:
14
14
15
15
```
16
- ./mvnw -Dquickly -Dorg.slf4j.simpleLogger.log.gradle .goal.cache=debug -Dorg.slf4j.simpleLogger.log.io.quarkus.develocity=debug -e clean install
16
+ ./mvnw -Dquickly -Dorg.slf4j.simpleLogger.log.develocity .goal.cache=debug -Dorg.slf4j.simpleLogger.log.io.quarkus.develocity=debug -e clean install
17
17
```
18
18
19
19
This command should be run on a single module on the Quarkus project for easier debugging.
20
20
21
21
Note: the ` clean install ` goals are important even if not strictly necessary when using ` -Dquickly ` .
22
22
The cache won't be populated otherwise.
23
23
24
- You can also get some information about the generation of the cache key with ` -Dorg.slf4j.simpleLogger.log.gradle .goal.fingerprint=trace ` .
24
+ You can also get some information about the generation of the cache key with ` -Dorg.slf4j.simpleLogger.log.develocity .goal.fingerprint=trace ` .
25
25
26
26
## Releasing
27
27
You can’t perform that action at this time.
0 commit comments