Polish GradleCompatibilityExtension's javadoc
See gh-17411
This commit is contained in:
parent
9d5fa98334
commit
dc4cc214fe
|
@ -29,9 +29,9 @@ import org.springframework.boot.gradle.testkit.GradleBuild;
|
||||||
import org.springframework.boot.gradle.testkit.GradleBuildExtension;
|
import org.springframework.boot.gradle.testkit.GradleBuildExtension;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link Extension} that runs {@link TestTemplate templated tests} against multiple
|
* {@link Extension} that runs {@link org.junit.jupiter.api.TestTemplate templated tests}
|
||||||
* versions of Gradle. Test classes using the extension must have non-private and
|
* against multiple versions of Gradle. Test classes using the extension must have a
|
||||||
* non-final {@link GradleBuild} field named {@code gradleBuild}.
|
* non-private and non-final {@link GradleBuild} field named {@code gradleBuild}.
|
||||||
*
|
*
|
||||||
* @author Andy Wilkinson
|
* @author Andy Wilkinson
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue