See gh-36620
This commit is contained in:
Johnny Lim
2023-07-28 13:32:28 +09:00
committed by Andy Wilkinson
parent 3f2c583bd7
commit 5a205dbfd1
8 changed files with 24 additions and 24 deletions

View File

@@ -31,7 +31,7 @@ import org.gradle.util.GradleVersion;
* <p>
* To accommodate the differences, we use {@code org.gradle.util.internal.ConfigureUtil}
* with Gradle 7.1 and later. With earlier versions, {@code org.gradle.util.ConfigureUtil}
* is used. This avoids users by nagged about deprecated API usage in our plugin.
* is used. This avoids users to be nagged about deprecated API usage in our plugin.
*
* @author Andy Wilkinson
*/