From 917831993a364f57687c5e55227e1ce6e8fa6e86 Mon Sep 17 00:00:00 2001 From: Cedric Champeau Date: Tue, 28 Sep 2021 18:27:30 +0200 Subject: [PATCH] Clarify JUnit support --- docs/src/docs/asciidoc/gradle-plugin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/gradle-plugin.adoc b/docs/src/docs/asciidoc/gradle-plugin.adoc index abec2d1c1..126cb7c6a 100644 --- a/docs/src/docs/asciidoc/gradle-plugin.adoc +++ b/docs/src/docs/asciidoc/gradle-plugin.adoc @@ -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: