Skip to content

Commit

Permalink
Clarify JUnit support
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Sep 28, 2021
1 parent 47760b2 commit 9178319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/gradle-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ The generated configuration files will be found in the `${buildDir}/native/agent
There are cases where you might want to disable test support:

- you don't actually want to run your tests in native mode
- your library or application uses another test framework than JUnit Platform (currently this plugin only supports testing with JUnit Platform)
- your library or application uses another test framework than JUnit 5 (currently this plugin only supports testing with JUnit Platform 5.8+)

In this case, you can disable test support by configuring the `graalvmNative` extension:

Expand Down

0 comments on commit 9178319

Please sign in to comment.