mirror of
https://github.com/corda/corda.git
synced 2024-12-25 23:51:10 +00:00
10 lines
310 B
Markdown
10 lines
310 B
Markdown
|
# Cordapp Gradle Plugin
|
||
|
|
||
|
## Purpose
|
||
|
|
||
|
To transform any project this plugin is applied to into a cordapp project that generates a cordapp JAR.
|
||
|
|
||
|
## Effects
|
||
|
|
||
|
Will modify the default JAR task to create a CorDapp format JAR instead [see here](https://docs.corda.net/cordapp-build-systems.html)
|
||
|
for more information.
|