Skip to content

Commit 1887e8f

Browse files
Implement AI language review suggestions
1 parent bd5966d commit 1887e8f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/flow/configuration/gradle.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ For information about using Gradle, see the link:https://docs.gradle.org/current
2121

2222
.Requirements
2323
[NOTE]
24-
The Vaadin Gradle plugin requires Java SDK 17 or later, Gradle 8.5 or later, and Node / npm (gets automatically installed).
24+
The Vaadin Gradle plugin requires Java SDK 17 or later, Gradle 8.5 or later.
25+
It will install Node.js and npm automatically when running the build for the first time.
2526
If you plan to use Vaadin's Gradle-based starter projects, there's no need to install Gradle on your machine. A Gradle Wrapper script is included in starter projects. It manages locally the download and execution of Gradle for your project. For more information on using Gradle Wrapper, see the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Official Gradle Documentation].
2627

2728

articles/getting-started/start/alternatives/gradle.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For information about using Gradle, see the link:https://docs.gradle.org/current
2323

2424
.Requirements
2525
[NOTE]
26-
The Vaadin Gradle plugin requires Java SDK 17 or later, Gradle 8.5 or later, and Node / npm (gets automatically installed).
26+
The Vaadin Gradle plugin requires Java SDK 17 or later, Gradle 8.5 or later. It will install Node.js and npm automatically when running the build for the first time.
2727
If you plan to use Vaadin's Gradle-based starter projects, there's no need to install Gradle on your machine. A Gradle Wrapper script is included in starter projects. It manages locally the download and execution of Gradle for your project. For more information on using Gradle Wrapper, see the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Official Gradle Documentation].
2828

2929

@@ -142,7 +142,7 @@ The application is started with the `appRun` task:
142142
The task compiles the application and starts the web server in `http://localhost:8080/` -- if the root context path is configured as described earlier.
143143

144144

145-
See the https://akhikhl.github.io/gretty-doc/index.html[Gretty documentation] for a complete reference on using Gretty. For issues when running the application in development mode, see <<{articles}/flow/configuration/gradle#known-issues,Known Issues>> for possible solutions.
145+
See the https://akhikhl.github.io/gretty-doc/index.html[Gretty documentation] for a complete reference on using Gretty. For issues when running the application in development mode, see <<{articles}/flow/configuration/gradle#known-issues,Gradle Configuration Properties - Known Issues>> for possible solutions.
146146

147147

148148
[discussion-id]`FA18F1BF-2C67-4CCF-85A2-C3E4D7AECFDB`

0 commit comments

Comments
 (0)