mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-19 07:44:47 +08:00
Polish
This commit is contained in:
parent
664dd6c4eb
commit
69d7e6170a
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user