ratchetFrom
fails in the absence of a Git repository even if skip
is true
#968
Labels
ratchetFrom
fails in the absence of a Git repository even if skip
is true
#968
ratchetFrom
is specified in the spotless configuration, if no Git repository information is present the check will fail EVEN IF your configuration is also hasskip
set to true. This is a problem for me because I'm building a Docker image with the source code, and only the source itself is copied into the container, not the.git
folder containing all the history and branches. I thought I could simply tell the plugin toskip
execution when in a Docker context, but that doesn't seem to work.In
<build><plugins>
In
<build><pluginManagement>
mvn -B -X -P docker package
The text was updated successfully, but these errors were encountered: