Skip to content

Commit

Permalink
build: add paperweight-mappings-namespace to META-INF
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 committed Jun 9, 2024
1 parent 59f3dbd commit 4e54d29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugin/universal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ prepareTestTask()
.pluginJar(shadowJar.archiveFile.get().asFile.toPath())
.build()

jar {
manifest {
attributes([
'paperweight-mappings-namespace': 'mojang'
])
}
}

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

0 comments on commit 4e54d29

Please sign in to comment.