This commit is contained in:
Stephane Nicoll
2019-04-10 11:12:09 +02:00
parent b387a77e73
commit baffdfa74d

View File

@@ -39,7 +39,7 @@ public @interface ConditionalOnGradleVersion {
/**
* The Gradle generations that should be checked. The condition matches when at least
* one gradle generation matches.
* @return the gradle generation to check
* @return the gradle generations to check
*/
String[] value();