Delany
Delany
It would also be great to have the "commit date" in this format https://stackoverflow.com/questions/11856983/why-git-authordate-is-different-from-commitdate Im not sure which one I'd eventually use.
The issue occurs for me with mockito 5.9.0 on `zulu17.46.19-ca-jdk17.0.9-win_x64` but not with `zulu17.44.53-ca-jdk17.0.8.1-win_x64`. Does this have anything to do with https://openjdk.org/jeps/451 ?
Ok, so add `-Dlogback.configurationFile=logback.xml` to `maven.config`? Will that always find `.mvn/logback.xml`?
No special requirements: `.mvn/mvnd.properties` file will do fine to hold `-Dmvnd.logback=logback.xml`. Although I would expect an error or at least a warning when the file is missing?
The stigma surrounding xinclude is really quite infuriating. Is there a feature more maligned than this? The disparity between its notoriety and its simplicity is something almost poetic. The fact...
Also, I can't use `--%` in commands which invoke a script. For example with this script "fast.ps1" ```powershell ./mvnw clean install $args -D"surefire.skip" ``` And this command `fast --% something`...
@doggy8088 i just installed Powershell 7.4.1 and the value is "Windows"
https://learn.microsoft.com/en-us/powershell/scripting/learn/experimental-features?view=powershell-7.4#psnativecommandargumentpassing It makes no difference whether this property is set to Windows, Standard or Legacy. Using Experimental Features in PowerShell - PowerShellLists the currently available experimental features and how to...
@romani I know its frustrating when people dont follow procedure, but the level of inflexibility here is really quite surprising. It feels more like dealing with a revenue service than...
I tried removing the token [CTOR_DEF](https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/TokenTypes.html#CTOR_DEF) from the list of default tokens and found that the following tokens listed as "default" are unacceptable. [ANNOTATION_DEF](https://checkstyle.sourceforge.io/apidocs/com/puppycrawl/tools/checkstyle/api/TokenTypes.html#ANNOTATION_DEF) ,[ RECORD_DEF](https://checkstyle.sourceforge.io/apidocs/com/puppycrawl/tools/checkstyle/api/TokenTypes.html#RECORD_DEF)