forked from PaperMC/Paper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
declare capabilities for old artifact id and alternate api implementa…
…tions closes PaperMC#7190
- Loading branch information
Showing
6 changed files
with
47 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ Co-authored-by: zml <[email protected]> | |
Co-authored-by: Jake Potrebic <[email protected]> | ||
|
||
diff --git a/build.gradle.kts b/build.gradle.kts | ||
index 55ee0c6330e4dbba22b4044346d1e1dd39c745ce..80fdd05dd593455ca89b66636ed30f1d9facf4ed 100644 | ||
index dd18099ebbabfc785c67c1d48b0b88628ab3b24a..a045e4979ae29b9c4c57ea54736ce3c7d5054cf3 100644 | ||
--- a/build.gradle.kts | ||
+++ b/build.gradle.kts | ||
@@ -8,6 +8,19 @@ java { | ||
withJavadocJar() | ||
@@ -22,6 +22,19 @@ configurations { | ||
} | ||
} | ||
|
||
+val adventureVersion = "4.9.3" | ||
|
@@ -30,7 +30,7 @@ index 55ee0c6330e4dbba22b4044346d1e1dd39c745ce..80fdd05dd593455ca89b66636ed30f1d | |
dependencies { | ||
// api dependencies are listed transitively to API consumers | ||
api("commons-lang:commons-lang:2.6") | ||
@@ -20,6 +33,11 @@ dependencies { | ||
@@ -34,6 +47,11 @@ dependencies { | ||
isTransitive = false // includes junit | ||
} | ||
api("it.unimi.dsi:fastutil:8.5.6") | ||
|
@@ -42,7 +42,7 @@ index 55ee0c6330e4dbba22b4044346d1e1dd39c745ce..80fdd05dd593455ca89b66636ed30f1d | |
// Paper end | ||
|
||
compileOnly("org.apache.maven:maven-resolver-provider:3.8.4") | ||
@@ -70,10 +88,25 @@ tasks.jar { | ||
@@ -84,10 +102,25 @@ tasks.jar { | ||
} | ||
|
||
tasks.withType<Javadoc> { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters