This commit is contained in:
Stephane Nicoll 2019-10-04 17:22:31 +01:00
parent 664dd6c4eb
commit 69d7e6170a

View File

@ -66,7 +66,7 @@ public class GradleBuild extends Build {
} }
/** /**
* Return the {@link GradlePluginContainer plugin container} to use to configure * Return the {@linkplain GradlePluginContainer plugin container} to use to configure
* plugins. * plugins.
* @return the {@link GradlePluginContainer} * @return the {@link GradlePluginContainer}
*/ */
@ -75,8 +75,8 @@ public class GradleBuild extends Build {
} }
/** /**
* Return the {@link GradleConfigurationContainer configuration container} to use for * Return the {@linkplain GradleConfigurationContainer configuration container} to use
* configuration customizations. * for configuration customizations.
* @return the {@link GradleConfigurationContainer} * @return the {@link GradleConfigurationContainer}
*/ */
public GradleConfigurationContainer configurations() { public GradleConfigurationContainer configurations() {
@ -84,7 +84,8 @@ public class GradleBuild extends Build {
} }
/** /**
* Return the {@link GradleTaskContainer task container} to use to configure tasks. * Return the {@linkplain GradleTaskContainer task container} to use to configure
* tasks.
* @return the {@link GradleTaskContainer} * @return the {@link GradleTaskContainer}
*/ */
public GradleTaskContainer tasks() { public GradleTaskContainer tasks() {