Skip to content

Commit 4e54d29

Browse files
committed
build: add paperweight-mappings-namespace to META-INF
1 parent 59f3dbd commit 4e54d29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugin/universal/build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ prepareTestTask()
66
.pluginJar(shadowJar.archiveFile.get().asFile.toPath())
77
.build()
88

9+
jar {
10+
manifest {
11+
attributes([
12+
'paperweight-mappings-namespace': 'mojang'
13+
])
14+
}
15+
}
916

1017
discord {
1118
title = "BedWars Master #${System.getenv('BUILD_NUMBER') ?: "custom"}"

0 commit comments

Comments
 (0)