mirror of https://github.com/sbt/sbt.git
store hashes of API instead of full API. fixes #21
This commit is contained in:
parent
ba4c6de918
commit
6b136f1c17
|
|
@ -2,6 +2,7 @@ Source
|
|||
compilation: Compilation
|
||||
hash: Byte*
|
||||
api: SourceAPI
|
||||
apiHash: Int
|
||||
|
||||
SourceAPI
|
||||
packages : Package*
|
||||
|
|
|
|||
Loading…
Reference in New Issue