PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paper fork: Can't run `runDev` task

s-yh-china opened this issue · comments

updating paperweight.patcher to 1.5.7-SNAPSHOT and running runDev, it will throw

java.lang.NoSuchMethodError: 'void net.minecraft.server.Main.main(joptsimple.OptionSet)'
	at org.bukkit.craftbukkit.Main.main(Main.java:332)

but it actually can running in createReobfPaperclipJar's jar

womm

No issues for me. I'm assuming you're talking about your Leaves fork - I've gone ahead and cloned it, ran ./gradlew applyPatches, then ./gradlew runDev and it also worked fine. More info is needed.

I have the same issue (in Paper original repository)
but the runReobf task runs without this issue.
and this issue only occurred on Windows. (not on macOS)

is a bug with Paper, not paperweight

is a bug with Paper, not paperweight

Were you able to fix this? If yes how? I am having the same issue