Use 3.0.0 for Javadoc since tags

See gh-31448
This commit is contained in:
Johnny Lim
2022-06-17 23:33:10 +09:00
committed by Stephane Nicoll
parent a957efbdc5
commit 5d7d0d8047
5 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ import org.gradle.api.tasks.TaskAction;
* Custom {@link JavaExec} task for generating sources ahead of time.
*
* @author Andy Wilkinson
* @since 3.0
* @since 3.0.0
*/
@CacheableTask
public class GenerateAotSources extends JavaExec {