Robert Oschwald
Robert Oschwald
+1 Especially useful in combination with the Job Generator plugin if you automatically generate jobs for pipelined builds and want to start them after generation / update and wait for...
Can be cherry-picked on master as well.
In Grails 5.0.0, we get warnings regarding config access via dot notation. So maybe thats another reason to switch to config.getProperty(key, Class) ``` Accessing config through dot notation is deprecated,...
Surely plugin version 2.0.0? Current is 3.0.4
Not sure if 2.0.0 works with Grails 3.3.x. Can you try Hibernate 5 and 3.0.4?
The error you see in 3.0.3 was fixed in 3.0.4. You need to use this version.
Same here. ``` xjc { docLocale.set(Locale.ENGLISH) } ``` causes ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':api:xjcGenerate'. > A failure occurred while...
Sandboxing hit me as well. I'm using "nc" (netcat) to connect to jump-host. Additionally I use zsh from nix-pkgs. Used command: /usr/bin/ssh -v -N -S none -o ControlMaster=no -o ExitOnForwardFailure=yes...
Switched to built-in macOS zsh to overcome sandboxing limitation.
For me, the problem was zsh from nix-darwin, which was set as login shell (/run/current-system/sw/bin/zsh). This is a symlink, which does not work with Sandboxing. I therefore switched to built-in...