mirror of https://github.com/sbt/sbt.git
Merge pull request #1126 from jozic/no-def-package
explicitly disapprove plugins using default package
This commit is contained in:
commit
9969973d09
|
|
@ -16,6 +16,12 @@ Specifically:
|
|||
Here are some current plugin best practices. **NOTE:** Best practices
|
||||
are evolving, so check back frequently.
|
||||
|
||||
Don't use default package
|
||||
---------------------------
|
||||
|
||||
Users who have their build files in some package will not be able to
|
||||
use your plugin if it's defined in default (no-name) package.
|
||||
|
||||
Avoid overriding `settings`
|
||||
-----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue