Skip to content

Commit 7cd5ede

Browse files
committed
chore(paper): cleanup project setup Gradle label
1 parent b9850ff commit 7cd5ede

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/paper/dev/getting-started/project-setup.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ As the Paper team primarily uses [IntelliJ IDEA](https://www.jetbrains.com/idea/
1111
However, the steps below should apply to other IDEs as well, with some minor changes.
1212

1313
The Paper team uses [Gradle](https://gradle.org/) as its build system, and its tools are implemented for Gradle.
14-
Most of the code below can be altered to work with other build systems, such as Maven, but this guide will only cover Gradle.
14+
Most of the code below can be altered to work with other build systems, such as Maven, but this guide will only cover Gradle
15+
using the **Kotlin DSL**.
1516

1617
Follow the guide [here](https://docs.gradle.org/current/userguide/migrating_from_maven.html) to learn how to migrate from Maven to Gradle.
1718

@@ -36,7 +37,7 @@ version string format used was `{VERSION}-R0.1-SNAPSHOT`, with no way to referen
3637
:::
3738

3839
<Tabs syncKey="build-system">
39-
<TabItem label="Gradle (Kotlin)">
40+
<TabItem label="Gradle">
4041
```kotlin title="build.gradle.kts" replace
4142
repositories {
4243
maven {

0 commit comments

Comments
 (0)