Juuz

Results 108 comments of Juuz

I think testing tag-based fuel values is the only thing that's missing from here.

Here's another addition that'd benefit from global AW.

@blackd The publications in your project tree should be possible with standard software components (`components.java`/`components["java"]`) afaik: - You can disable the javadoc jar in the platform jar subprojects and add...

> something in the generated pom didn't match the requirements for publishing on maven central Hmm, it could be that you're missing some metadata (project description, URLs, authors etc) that...

Something that complicates this a bit is that version strings consist of multiple parts separated by spaces (and each part has to match). I'm not sure what the intended behaviour...

> I have a vuage recollection that that JS Library (the one used by Node/NPM) was used as somewhat of a baseline for the version parsing/comparison. Yep, the original fabric.mod.json...

The suggestion is correct as far as I can tell. The "any version before/after 2.0.0" comes from mod_a exactly matching with `2.0.0` (so it's one of the two requirements here),...

I wonder if this is similar to #506 in code, where this same issue happened with Yarn 🤔

IMO it should be done like @Chocohead's `RemappingJar` does it (iirc): remap the output from `this` jar task with a custom task action. The input property would be replaced by...

Also for import ordering, I've noticed that idea likes to put them in its default order when importing, and then I have to force the .editorconfig ordering with ctrl+alt+O /...