Jason Penilla

Results 178 comments of Jason Penilla

userdev adds repos to Projects to implement it's functionality. So this is expected behavior with the default repositories mode and central declaration: https://docs.gradle.org/current/userguide/centralizing_repositories.html#sec:repositories-mode. In the future I'd like to implement...

You can disable the map in the default section and explicitly enable it for the worlds you want mapped. See the per-world config section in the wiki. While I unfortunately...

What exactly does this fix? Old Minecraft versions not properly specifying UTF-8 for the terminal? It seems like it could have other unintended side-effects, and would mean the development environment...

Is setting this property commonplace in the Chinese community? Maybe we should adjust something in Paper to avoid needing it on newer versions? I am mainly concerned about inconsistency between...

I feel like this is a bit premature given the current state of Zed Java/Gradle support in general... no it won't enable debugging, Zed can't even see classes from libraries...

I'm not sure about that, I don't see anything in that change that addresses my comments [here](https://github.com/PaperMC/paperweight/pull/200#issuecomment-1616385742) and [here](https://github.com/gradle/gradle/issues/21255#issuecomment-1616388389). So the likely outcome is that #200 is superseded, but incremental...

As expected Gradle 8.7-rc-2 shows the same behavior as I described [here](https://github.com/PaperMC/paperweight/pull/200#issuecomment-1616385742). If you need more specific reproduction steps: 1. Clone Paper master 2. Update the Gradle wrapper to 8.7-rc-2...

For smaller projects, the tradeoff for doing ABI-level analysis might not make sense, but I have a feeling for larger ones it probably could... either way it looks like this...