Skip to content

Commit

Permalink
Add paper-plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Feb 21, 2023
1 parent 477b9ef commit 33261ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ tasks {
from(layout.projectDirectory.file("LICENSE")) {
rename { "LICENSE_chesscraft" }
}
from(generateBukkitPluginDescription.flatMap { it.outputDirectory }) {
rename { "paper-plugin.yml" }
}
}
jar {
manifest {
Expand Down

0 comments on commit 33261ff

Please sign in to comment.