Improve headings

See gh-32779
This commit is contained in:
Moritz Halbritter 2023-05-03 14:31:43 +02:00
parent 56b8e419be
commit 71f4247340
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ If you want to use Gradle, ensure that you have Gradle installed:
[[getting-started.first-application.pom]]
=== Maven
=== Setting up the project with Maven
We need to start by creating a Maven `pom.xml` file.
The `pom.xml` is the recipe that is used to build your project.
Open your favorite text editor and add the following:
@ -125,7 +125,7 @@ NOTE: At this point, you could import the project into an IDE (most modern Java
For simplicity, we continue to use a plain text editor for this example.
[[getting-started.first-application.gradle]]
=== Gradle
=== Setting up the project with Gradle
We need to start by creating a Gradle `build.gradle` file.
The `build.gradle` is the build script that is used to build your project.