PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks
239 stars 47 forks source link

add supported environment check for GenerateDevBundle #213

Closed jpenilla closed 1 year ago

jpenilla commented 1 year ago

bypass the check with -Ppaperweight.generateDevBundle.ignoreUnsupportedEnvironment=true

this PR also fixes issues with platform path separators and file tree walk order in the relocation logic, as well as improves error handling

supercedes #212