paperweight icon indicating copy to clipboard operation
paperweight copied to clipboard

Gradle build system plugin for Paper and Paper forks

Results 46 paperweight issues
Sort by recently updated
recently updated
newest added

When maven publish plugin is present on userdev projects a normal publish results into a wrong module file in maven repository. This commit adds the missing reobfuscated jars to this...

Error: ``` Execution failed for task ':reobfJar'. > io.papermc.paperweight.PaperweightException: Execution of 'net.fabricmc.tinyremapper.Main' failed with exit code 1. Log file: D:\Coding\Utils\BuildSystem\.gradle\caches\paperweight\taskCache\reobfJar.log Classpath: C:\Users\\.gradle\caches\modules-2\files-2.1\net.fabricmc\tiny-remapper\0.8.1\aee5f3aa66200b1b22b9a023029a08a0b5ac82b9\tiny-remapper-0.8.1-fat.jar ``` build.gradle.kts: ``` import net.minecrell.pluginyml.bukkit.BukkitPluginDescription plugins { kotlin("jvm")...

[Parchment](https://github.com/ParchmentMC/Parchment) is a project that provides "Open community-sourced parameter names and javadocs" on top of Mojang's mappings. This would be really nice to have in paperweight. I don't know if...

After changing branches, applying patches, changing to other branches, this seems to prevent the frequent message that instructs users to run `git prune` and then delete `.git/gc.log`. Can add if...

Dependencies added by spigot for example, can't have files imported from them via `dev-imports` for modification. So including the whole file manually is the only way to make the kind...

https://paste.gg/p/anonymous/bc5bd319557649dab00ac8710688b9fd After applying [this commit](https://github.com/PaperMC/Paper/commit/cd9fe9ca642322f8ba560a8c0f86c877af2cd10f) No issues when I tested with createMojmapBundlerJar but got the same error when I used createReobfBundlerJar I had to add an extra access transformer to...

Some method invocations/field accesses to fields and methods in superclasses don't get explicit this added properly. Examples can be seen in DedicatedServer, when accessing some fields and methods of it's...

bug

Kind of hacky but seems to work pretty well edit: needs changes to work with configuration cache

Starting with Gradle 7.1.1, resolving configurations of another project in a task is now deprecated for removal in Gradle 8 (see https://docs.gradle.org/7.1.1/userguide/viewing_debugging_dependencies.html#sub:resolving-unsafe-configuration-resolution-errors). This warning is currently triggered for reobfJar in...

type: bug
status: accepted

I had this issue when building our fork with paperweight. I executed ./gradlew applyPatches in Git bash. ``` > Task :tuinity:paper:patchCraftBukkit FAILED > Task :tuinity:getPaperUpstreamData FAILED > Task :getTuinityUpstreamData FAILED...

type: bug
status: accepted