File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22
3- import de . heikoseeberger . sbtheader .CommentStyle
4- import de . heikoseeberger . sbtheader .FileType
5- import de . heikoseeberger . sbtheader .HeaderPlugin
6- import de . heikoseeberger . sbtheader .HeaderPlugin .autoImport .HeaderPattern .commentBetween
7- import de . heikoseeberger . sbtheader .LineCommentCreator
3+ import sbtheader .CommentStyle
4+ import sbtheader .FileType
5+ import sbtheader .HeaderPlugin
6+ import sbtheader .HeaderPlugin .autoImport .HeaderPattern .commentBetween
7+ import sbtheader .LineCommentCreator
88
99SettingKey [Seq [File ]](" migrationManualSources" ) := Nil
1010
Original file line number Diff line number Diff line change 22 * Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
33 */
44
5- import de . heikoseeberger . sbtheader .HeaderPlugin .autoImport .HeaderPattern .commentBetween
5+ import sbtheader .HeaderPlugin .autoImport .HeaderPattern .commentBetween
66import sbt .Keys .*
77import sbt .*
88import sbt .plugins .JvmPlugin
9- import de . heikoseeberger . sbtheader .CommentStyle
10- import de . heikoseeberger . sbtheader .FileType
11- import de . heikoseeberger . sbtheader .HeaderPlugin
12- import de . heikoseeberger . sbtheader .LineCommentCreator
9+ import sbtheader .CommentStyle
10+ import sbtheader .FileType
11+ import sbtheader .HeaderPlugin
12+ import sbtheader .LineCommentCreator
1313
1414object Common extends AutoPlugin {
1515
You can’t perform that action at this time.
0 commit comments