From 00730923d7efd6c2524853e40ed5d27e67fe62d1 Mon Sep 17 00:00:00 2001 From: Duncan Casteleyn <10881109+DuncanCasteleyn@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:06:42 +0200 Subject: [PATCH] fix(gradle): replace outdated properties from hilla to vaadin (#3716) Co-authored-by: Soroosh Taefi --- articles/hilla/lit/reference/gradle.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/hilla/lit/reference/gradle.adoc b/articles/hilla/lit/reference/gradle.adoc index 24e70ad412..49de263eeb 100644 --- a/articles/hilla/lit/reference/gradle.adoc +++ b/articles/hilla/lit/reference/gradle.adoc @@ -358,14 +358,14 @@ At the command line: [source,bash,subs="+attributes"] ---- -gradlew -Philla.productionMode=true build +gradlew -Pvaadin.productionMode=true build ---- .terminal [source,bash,subs="+attributes"] ---- -./gradlew -Philla.productionMode=true build +./gradlew -Pvaadin.productionMode=true build ---- --