Leonard Brünings
Leonard Brünings
Probably related #1815
Just FYI, spock 1.2 will only support Groovy 2.4+
The readme mentions this workaround: > To switch your terminal from native ARM to Rosetta use arch -x86_64 /bin/zsh. Howerver, the [architecture detection](https://github.com/halcyon/asdf-java/blob/8155559d75e0f153e4ec575917cd59bb405e97f3/bin/functions#L96C1-L103) in the script isn't affected by that...
Given the year and EOL of Java versions, I think it would be ok to switch to Java 8 time api with a new 3.0 release. Android folks can still...
Looking at the code of `UriTemplate` I would categorize it as non-threadsafe, since it is mutable without synchronization. Furthermore, an instance of `UriTemplate` doesn't seem to be intended for reuse.
A main usecase for me would be: I downloaded and validated `gm` manually, check out some third-party repository that uses gradle and be safe in regards to the infrastructure code....
My only question would be in regards to portability. Will this only work if all users and CI use the same OS type? Does it support `~` or other placeholders...
Thanks @akiraly for some reason I was assuming that it was referring to a file system location, if it is mainly intended for web resources, then I agree that my...
I'm still experiencing this problem with version 1.26.7
Please add support for `cdpath`. The missing support is really slowing down navigation speed.