mirror of https://github.com/sbt/sbt.git
Fix from review.
This commit is contained in:
parent
1fcd2f9769
commit
6587729fa9
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
### Bytecode Enhancers
|
### Bytecode Enhancers
|
||||||
|
|
||||||
sbt 0.13.8 adds an extension point whereby users can effectively manipulate java bytecode (.class files) BEFORE the
|
sbt 0.13.8 adds an extension point whereby users can effectively manipulate java bytecode (.class files) *before* the
|
||||||
incremental compiler attempts to cache the classfile hashes. This allows libraries like ebean to function with sbt
|
incremental compiler attempts to cache the classfile hashes. This allows libraries like ebean to function with sbt
|
||||||
without corrupting the compiler cache and rerunning compile every few seconds.
|
without corrupting the compiler cache and rerunning compile every few seconds.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue