mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +00:00
8 lines
129 B
Groovy
8 lines
129 B
Groovy
|
apply plugin: 'java'
|
||
|
|
||
|
description 'A library of annotations for testing API Scanner.'
|
||
|
|
||
|
jar {
|
||
|
archiveName 'annotations.jar'
|
||
|
}
|