We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1529df1 + b66f93a commit e21f5f2Copy full SHA for e21f5f2
README.md
@@ -35,7 +35,7 @@ The following scopes are supported:
35
36
* **dist** — bundle the agent in production distributions and add a `-javaagent` option to start scripts
37
* **compile** — add the agent as a `provided` dependency so that it's available on the compile classpath
38
- * **run** — automatically fork the run and add a `-javaagent` option
+ * **runtime** — automatically fork the run and add a `-javaagent` option
39
* **test** — automatically fork tests and add a `-javaagent` option
40
41
The plugin can derive these scopes from module configurations.
0 commit comments