Commit dc4cc214 authored by dreis2211's avatar dreis2211 Committed by Andy Wilkinson

Polish GradleCompatibilityExtension's javadoc

See gh-17411
parent 9d5fa983
...@@ -29,9 +29,9 @@ import org.springframework.boot.gradle.testkit.GradleBuild; ...@@ -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
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment