Rahul Somasunderam
Rahul Somasunderam
The build uses Gradle 9.1.0 which requires JDK 17+.
When Develocity Test distribution is enabled, and a parallel theme is chosen, the test names are too long. This can get unreadable. This change allows requesting shorter names. The default...
Prior to this, something like would log a warning. ``` [email protected]:username/nebula-publishing-plugin ``` This change handles it correctly.
Prior to this change, the generated code would have the right name for the parameter but wrong name in the creation of InputArgument. ```java InputArgument packageArg = new InputArgument("package", package,...