Fix Javadoc to comply with Java 17 Javadoc syntax restrictions.

This commit is contained in:
John Blum
2022-01-31 15:12:15 -08:00
parent 14a3b73add
commit a1ecc430ee
7 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ import org.springframework.gradle.propdeps.PropDepsIdeaPlugin
import org.springframework.gradle.propdeps.PropDepsPlugin
/**
* Abstract base Gradle {@link Plugin} for all Spring Java & Groovy Gradle Plugins used by SBDG.
* Abstract base Gradle {@link Plugin} for all Spring Java & Groovy Gradle Plugins used by SBDG.
*
* This abstract base Gradle {@link Plugin} primarily serves to apply a common set of Gradle {@link Plugin Plugins),
* such as the {@link JavaPlugin} and {@link GroovyPlugin} for the various SBDG project Spring modules as well as other

View File

@@ -22,7 +22,7 @@ import org.gradle.api.tasks.Internal
import org.gradle.api.tasks.TaskAction
/**
* Gradle API Task to output all the configured project & subproject (runtime) dependencies.
* Gradle API Task to output all the configured project & subproject (runtime) dependencies.
*
* @author Rob Winch
* @author John Blum