File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ index 67fb370cad6924895a6b27052dbd5c1767e3f0c9..bb338269c9e3bef4c274157c490d8b8f
28
28
+ /.factorypath
29
29
diff --git a/build.gradle.kts b/build.gradle.kts
30
30
new file mode 100644
31
- index 0000000000000000000000000000000000000000..6f084d7500d9de76604440bdcc582be1af04fc8c
31
+ index 0000000000000000000000000000000000000000..8dea71d371fb31b50da6b53b0f80030ed1c7c484
32
32
--- /dev/null
33
33
+++ b/build.gradle.kts
34
34
@@ -0,0 +1,173 @@
@@ -113,8 +113,8 @@ index 0000000000000000000000000000000000000000..6f084d7500d9de76604440bdcc582be1
113
113
+
114
114
+ fun cb(pack: String) = "org.bukkit.craftbukkit.libs.$pack"
115
115
+
116
+ + relocate("org.jline:jline-terminal-jansi", "org.jline" to cb("jline"))
116
117
+ sequenceOf(
117
- + "org.jline:jline-terminal-jansi" to "jline",
118
118
+ "commons-codec:commons-codec" to "org.apache.commons.codec",
119
119
+ "commons-io:commons-io" to "org.apache.commons.io",
120
120
+ "it.unimi.dsi:fastutil" to "it.unimi",
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Subject: [PATCH] Build system changes
5
5
6
6
7
7
diff --git a/build.gradle.kts b/build.gradle.kts
8
- index 6f084d7500d9de76604440bdcc582be1af04fc8c..d97e9ba4432fc87c84f9f128820ff741464e1e25 100644
8
+ index 8dea71d371fb31b50da6b53b0f80030ed1c7c484..9248d3701a2ac282d85ab92a515397b5150ffa86 100644
9
9
--- a/build.gradle.kts
10
10
+++ b/build.gradle.kts
11
11
@@ -18,21 +18,24 @@ repositories {
@@ -46,7 +46,7 @@ index 6f084d7500d9de76604440bdcc582be1af04fc8c..d97e9ba4432fc87c84f9f128820ff741
46
46
for (tld in setOf("net", "com", "org")) {
47
47
attributes("$tld/bukkit", "Sealed" to true)
48
48
@@ -83,7 +87,7 @@ relocation {
49
- "org.jline:jline-terminal-jansi" to "jline",
49
+ sequenceOf(
50
50
"commons-codec:commons-codec" to "org.apache.commons.codec",
51
51
"commons-io:commons-io" to "org.apache.commons.io",
52
52
- "it.unimi.dsi:fastutil" to "it.unimi",
You can’t perform that action at this time.
0 commit comments