Skip to content

Commit 47f5e92

Browse files
authored
Remove dependency on NBT API repo
1 parent a559027 commit 47f5e92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/en/dev-setup/setup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,13 @@ If you've never used a build system before, I highly recommend it! It makes it e
7878
</div>
7979
<div class="gradle">
8080

81-
- Add the repositories to your <span class="groovy">`build.gradle`</span><span class="kts">`build.gradle.kts`</span> (the second repository is required because the CommandAPI depends on the NBT-API):
81+
- Add the repositories to your <span class="groovy">`build.gradle`</span><span class="kts">`build.gradle.kts`</span>:
8282

8383
<div class="groovy">
8484

8585
```groovy
8686
repositories {
8787
mavenCentral()
88-
maven { url = "https://repo.codemc.org/repository/maven-public/" }
8988
}
9089
```
9190

@@ -95,7 +94,6 @@ If you've never used a build system before, I highly recommend it! It makes it e
9594
```kotlin
9695
repositories {
9796
mavenCentral()
98-
maven("https://repo.codemc.org/repository/maven-public/")
9997
}
10098
```
10199

0 commit comments

Comments
 (0)