Class GradleSnippet
java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.GradleSnippet
A free-form
snippet
to add to a Gradle build.- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(IndentingWriter indentingWriter) Apply the snippet using the specifiedIndentingWriter
.
-
Method Details
-
apply
Apply the snippet using the specifiedIndentingWriter
.- Parameters:
indentingWriter
- the writer to use
-