LexManos
LexManos
### Request details I know I'm late to the party, however looking at upgrading form 2.x to 3.x and saw that [path rewriting](https://github.com/dzikoysk/reposilite/issues/505) was removed. As this makes sense from...
Cleans up the ProjectileImpactEvent by moving where it is fired into the hitTargetOrDeflectSelf which it was guarding before. Implemented the result types in one place which make it functional for...
So, I have an existing App. It pings a static file on my server to check for updates. It sets its user agent to: `Java-http-client/ App/` I want to be...
### Current Behavior No matter what attributes a dependency has, it will only attach the artifact with 'sources' classifier. ### Expected Behavior Dependency attributes would be respected in the source...
Fixes: - https://github.com/gradle/gradle/issues/35065 IDEs don't support artifact transformers or attributes for source and javadoc artifacts. It all boils down to IdeDependencySet [not using ArtifactView for aux artifacts](https://github.com/gradle/gradle/blob/e68a9cbfbbcfbed70072015ead835f8b319196ba/platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/resolver/IdeDependencySet.java#L184-L201). It does for...
### Request details For legacy reasons, my repo contains a large number of highly compressible files. So in the hopes to save significant amounts of disc space, I'd like support...
### What happened? entrypoint.sh unconditionally runs chown, which when you have a lot of files on disc, can take some time. Even if its doing nothing. As this is run...