Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 16fcccf

Browse files
author
Shynixn
committed
#112 Fixed core shading.
1 parent fc1d17b commit 16fcccf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

structureblocklib-bukkit-core/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ tasks.register("pluginJarOperation1", Exec::class.java) {
9494
targetJarFile,
9595
targetJarFile
9696
)
97-
obsMapping = "$obsMapping && " + createCommand(
98-
"1.20-R0.1-SNAPSHOT",
99-
"com/github/shynixn/structureblocklib/bukkit/v1_20_R1",
100-
file,
101-
shadowJar,
102-
targetJarFile,
103-
targetJarFile
104-
)
10597

10698
if (System.getProperty("os.name").toLowerCase(Locale.ROOT).contains("windows")) {
10799
commandLine = listOf("cmd", "/c", obsMapping.replace("\$HOME", "%userprofile%"))

0 commit comments

Comments
 (0)