Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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")]