Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 417 Bytes

gradle-plugins

jarTest Plugin

Create a jar jar artifact from the test build output of a project. It can be added as dependency via the 'testArchives' configuration (which will also provide the transitive dependencies).

See jarTest Plugin for usage info.

jarTest Demo

This a simple demo project for the jarTest plugin.