Callum Seabrook
Callum Seabrook
I wonder what can be done then. Do you know of any temporary workarounds to fix this problem whilst we wait for it to be sorted in whatever crate is...
Ah okay. Yeah, looks like it's now part of the jdk.jdeps module, but that isn't exported since it's internal. That's a shame.
Well, the way I was trying to use `javap` was by trying to select it as one of the view panes, in which it would prompt me to select the...
Alright. I will try that, though I doubt it'll help me much, since I'm working with Java 17 and beyond. It is unfortunate that tools like this are no longer...
If you're going to do the configuration like this then maybe it would be worth adding a proper configuration library like [Configurate](https://github.com/SpongePowered/Configurate), which would also allow an easy way for...
I think this PR should wait until Adventure 4.12.0 is released, as I believe that quite a few things will be implemented in that, and so not required here. We...
Can I recommend the new version catalogues feature introduced in Gradle 7.0 over declaring versions in gradle.properties? You can declare all of your dependencies in a TOML file and then...
Also, I recommend that you use separate convention plugins in a separate `build-logic` folder that you can include in the build for configurations and adding plugins to subprojects, as it...
Doesn't this already exist through the use of `openBook`? Or are you suggesting a way to put the book in to an audience's inventory if it has one?
Hey, know this is a bit old now, but any updates on this?