Skip to content

Commit

Permalink
Merge branch 'latest' into application-services
Browse files Browse the repository at this point in the history
  • Loading branch information
peholmst authored Sep 25, 2024
2 parents 40967e1 + 0073092 commit 97d5cbc
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 97d5cbc

Please sign in to comment.