DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
How to use local .jar files for compilation
If you have many .jar files in the "lib" folder of your project, you can simply write:
| Code Block |
|---|
compile.with Dir[_("lib/*.jar")]
|