Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anamorphosee committed Aug 2, 2024
1 parent 3494297 commit ad3a21a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Thus, if the coroutine throws an exception, they mimic the real call stack of th
### JVM
There are three ways to enable Stacktrace-decoroutinator for JVM.
1. If you build your project with Gradle, just apply Gradle plugin with id `dev.reformator.stracktracedecoroutinator`.
2. Add dependency `dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm:2.3.9` and call method `DecoroutinatorRuntime.load()`.
3. Add `-javaagent:stacktrace-decoroutinator-jvm-agent-2.3.9.jar` to your JVM start arguments. Corresponding dependency is `dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm-agent:2.3.9`.
2. Add dependency `dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm:2.4.0` and call method `DecoroutinatorRuntime.load()`.
3. Add `-javaagent:stacktrace-decoroutinator-jvm-agent-2.4.0.jar` to your JVM start arguments. Corresponding dependency is `dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm-agent:2.4.0`.

The first option generates auxiliary methods at build time and the other two use the Java instrumentation API at runtime.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ buildscript {

subprojects {
group = "dev.reformator.stacktracedecoroutinator"
version = "2.4.0-SNAPSHOT"
version = "2.4.0"
}

0 comments on commit ad3a21a

Please sign in to comment.