diffplug / diffplug/spotless

Gradle does not detect java sources for `java-gradle-plugin`

オープン
#437 コメント 0 件 リアクション 1 件 担当者 1 名 @nedtwigg が担当を希望しています GitHub で見る
bug
主要言語
Java
スター
5.6k
フォーク
559
平均マージ
1日 14時間
マージ済み PR(30日)
43

説明

With gradle `4.1` and spotless `3.6.0`, the following worked. With gradle `5.6` and spotless `3.24.1`, it silently fails to format sources.

```gradle
apply plugin: 'java-gradle-plugin'
spotless {
java { ... }
}
```

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:

- works before this commit, broken after it: https://github.com/diffplug/image-grinder/pull/2/commits/3e73517746e1a1bf899a8b593c21cf71c2a72c8e
- workaround: https://github.com/diffplug/image-grinder/pull/2/commits/8b69781c6ee90a59c6546eaa99ba5065ace38aff

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。