You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to #111 (spotless fails to detect android sources). Just like #111, the workaround is to list the target explicitly: target 'src/main/java/**/*.java', 'src/test/java/**/*.java'.
Silently not formatting is a bummer. Would perhaps be good for Spotless to report a warning if a format has been described, but the target turned out to be empty.
With gradle
4.1
and spotless3.6.0
, the following worked. With gradle5.6
and spotless3.24.1
, it silently fails to format sources.This is similar to #111 (spotless fails to detect android sources). Just like #111, the workaround is to list the target explicitly:
target 'src/main/java/**/*.java', 'src/test/java/**/*.java'
.Silently not formatting is a bummer. Would perhaps be good for Spotless to report a warning if a format has been described, but the target turned out to be empty.
Project which reproduces this issue:
The text was updated successfully, but these errors were encountered: