Skip to content

Commit

Permalink
fix(gradle): replace outdated properties from hilla to vaadin (#3716)
Browse files Browse the repository at this point in the history
Co-authored-by: Soroosh Taefi <[email protected]>
  • Loading branch information
DuncanCasteleyn and taefi authored Sep 25, 2024
1 parent c66210d commit 0073092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/hilla/lit/reference/gradle.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,14 @@ At the command line:
[source,bash,subs="+attributes"]
----
<source-info group="Windows"></source-info>
gradlew -Philla.productionMode=true build
gradlew -Pvaadin.productionMode=true build
----

.terminal
[source,bash,subs="+attributes"]
----
<source-info group="macOS / Linux"></source-info>
./gradlew -Philla.productionMode=true build
./gradlew -Pvaadin.productionMode=true build
----
--

Expand Down

0 comments on commit 0073092

Please sign in to comment.