-
Notifications
You must be signed in to change notification settings - Fork 0
Added gradle conversion doc. #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
docs/docs/configuration/gradle.md
Outdated
| --- | ||
| title: Converting a WebforJ Maven Project to Gradle | ||
| sidebar_position: 3 | ||
| description: Learn how to migrate a WebforJ project from Maven to Gradle using Groovy DSL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [vale] reported by reviewdog 🐶
[Google.Acronyms] Spell out 'DSL', if it's unfamiliar to the audience.
docs/docs/configuration/gradle.md
Outdated
|
|
||
| # Converting a WebforJ maven project to gradle | ||
|
|
||
| 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 DSL. The examples are tailored specifically for WebforJ setups, including Jetty integration, WAR packaging, and profile-based configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [vale] reported by reviewdog 🐶
[Google.Acronyms] Spell out 'DSL', if it's unfamiliar to the audience.
| - Go to File → Import → Gradle → Existing Gradle Project. | ||
| - Select your project directory and finish. | ||
|
|
||
| ### VS Code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Google.Headings] 'VS Code' should use sentence-style capitalization.
|
@EHandtkeBasis Fix the Vale issues please |
MatthewHawkins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to provide a downloadable or example build.gradle file that someone could take and use right off the bat without having to go through the steps?
If not, ignore this, but I think that would be useful.
|
@MatthewHawkins is this what you imagined or would you prefer a different solution? |
dd3a277 to
ce3af46
Compare
No description provided.