We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee711dc commit d27ff83Copy full SHA for d27ff83
2 files changed
dropwizard-dedup/README.md
@@ -13,7 +13,7 @@ mvn -B -DskipTests clean package
13
Build with the runtime Java agent copied into `target/keploy-sdk.jar`:
14
15
```bash
16
-mvn -B -DskipTests -Dkeploy.agent.version=2.0.0 clean package
+mvn -B -DskipTests -Dkeploy.agent.version=2.0.2 clean package
17
```
18
19
Run with the agent:
java-dedup/README.md
@@ -11,7 +11,7 @@ The SDK reads JaCoCo coverage in-process via `org.jacoco.agent.rt.RT.getAgent().
11
## Setup
12
This builds the runnable application jar, copies `target/keploy-sdk.jar`, and copies `target/jacocoagent.jar` next to it.
0 commit comments