diff options
author | Owen <[email protected]> | 2024-05-11 16:30:30 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-11 16:30:30 -0400 |
commit | b98d20a8ac9c21789d532652df86638a202093c7 (patch) | |
tree | cb3418675f0cb5c7ccd995d2c298fcf13c3729b0 /build.gradle.kts | |
parent | 447f9a1e16f2273c656f4dc95f1ea838319d0fff (diff) | |
download | Paper-b98d20a8ac9c21789d532652df86638a202093c7.tar.gz Paper-b98d20a8ac9c21789d532652df86638a202093c7.zip |
Brigadier Command Support (#8235)
Adds the ability for plugins to register their own brigadier commands
---------
Co-authored-by: Jake Potrebic <[email protected]>
Co-authored-by: Jason Penilla <[email protected]>
Co-authored-by: Bjarne Koll <[email protected]>
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 6ff60215b6..c5d7f953fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ import kotlin.io.path.* plugins { java `maven-publish` - id("io.papermc.paperweight.core") version "1.6.3" + id("io.papermc.paperweight.core") version "1.7.1" } allprojects { @@ -109,7 +109,6 @@ paperweight { tasks.generateDevelopmentBundle { apiCoordinates = "io.papermc.paper:paper-api" - mojangApiCoordinates = "io.papermc.paper:paper-mojangapi" libraryRepositories.addAll( "https://repo.maven.apache.org/maven2/", paperMavenPublicUrl, |