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.
1313When working on caching new goals, you can obtain a debug output with the following command:
1414
1515```
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
1717```
1818
1919This command should be run on a single module on the Quarkus project for easier debugging.
2020
2121Note: the ` clean install ` goals are important even if not strictly necessary when using ` -Dquickly ` .
2222The cache won't be populated otherwise.
2323
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 ` .
2525
2626## Releasing
2727
You can’t perform that action at this time.
0 commit comments