Skip to content

Commit dd3a277

Browse files
committed
corrected webforJ spelling.
1 parent 0e1c019 commit dd3a277

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/configuration/gradle.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Converting a WebforJ Maven Project to Gradle
2+
title: Converting a webforJ Maven Project to Gradle
33
sidebar_position: 3
4-
description: Learn how to migrate a WebforJ project from Maven to Gradle using Groovy Domain Specific Language.
4+
description: Learn how to migrate a webforJ project from Maven to Gradle using Groovy Domain Specific Language.
55
---
66

7-
# Converting a WebforJ maven project to gradle
7+
# Converting a webforJ maven project to gradle
88

9-
If you're working with a WebforJ project and looking to switch from Maven to Gradle, this guide walks you through the key changes required to translate a typical `pom.xml` file into a working `build.gradle` script using Groovy Domain Specific Language. The examples are tailored specifically for WebforJ setups, including Jetty integration, WAR packaging, and profile-based configuration.
9+
If you're working with a webforJ project and looking to switch from Maven to Gradle, this guide walks you through the key changes required to translate a typical `pom.xml` file into a working `build.gradle` script using Groovy Domain Specific Language. The examples are tailored specifically for webforJ setups, including Jetty integration, WAR packaging, and profile-based configuration.
1010

1111
## 1. Apply required plugins
1212

13-
WebforJ typically packages the app as a WAR file and runs using Jetty. Enable the following plugins:
13+
webforJ typically packages the app as a WAR file and runs using Jetty. Enable the following plugins:
1414

1515
```groovy
1616
plugins {

0 commit comments

Comments
 (0)