mirror of https://github.com/sbt/sbt.git
Updated Common Tasks (markdown)
parent
a63b4f5028
commit
d962478c58
|
|
@ -82,6 +82,6 @@ managedClasspath in proguard <<=
|
|||
// in a ClassLoader and reflectively calling an appropriate
|
||||
// method.
|
||||
proguard <<= managedClasspath in proguard { (cp: Seq[File] =>
|
||||
... do something with 'cp', which includes proguard ...
|
||||
// ... do something with 'cp', which includes proguard ...
|
||||
}
|
||||
```
|
||||
Loading…
Reference in New Issue