Skip to content

Commit 7718ac0

Browse files
Implement AI language review suggestions
1 parent 5cceb95 commit 7718ac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/flow/configuration/gradle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ dependencies {
194194

195195

196196
[[pre-release]]
197-
== Using Gradle plugin snapshot versions
197+
== Using Gradle plugin Snapshot Versions
198198

199199
To use the pre-release version of the Vaadin Gradle plugin, add the `vaadin-prereleases` repository to the project [filename]`settings.gradle` file. This file is mostly used within multi-module projects, but it's useful for other configurations. Thus, if you don't already have it in your project, create a plain text file called [filename]`settings.gradle` next to your [filename]`build.gradle` file, which is normally in the project root folder.
200200

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ One way to enable the Gretty plugin is in the `plugin` section of the [filename]
117117
----
118118
plugins {
119119
...
120-
id 'org.gretty' version '3.0.3'
120+
id 'org.gretty' version '4.1.1'
121121
}
122122
----
123123

0 commit comments

Comments
 (0)