File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
plugin/src/main/scala/com/lightbend/sbt Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ // really slow dependency updates, please
2
+ pullRequests.frequency = "90 days"
3
+
1
4
updates.ignore = [
2
5
// Releases after 1.7 require JDK 11
3
6
// https://github.com/google/google-java-format/releases/tag/google-java-format-1.8
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ object JavaFormatterPlugin extends AutoPlugin {
100
100
compile / compileInputs := (compile / compileInputs).dependsOn(javafmtDoFormatOnCompile).value)
101
101
102
102
def notToBeScopedSettings : Seq [Setting [_]] =
103
- List (includeFilter in javafmt := " *.java" )
103
+ List (javafmt / includeFilter := " *.java" )
104
104
105
105
private [this ] val javafmtDoFormatOnCompile =
106
106
taskKey[Unit ](" Format Java source files if javafmtOnCompile is on." )
You can’t perform that action at this time.
0 commit comments