mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
3a14ae89c0
* Api scanner backport and update of api-current.txt * Updated api-current based on current state of release branch * Update to most recent version of api scanner * Fix a couple of issues with the merge and regenerate the api file with the most recent version of the scanner. * Update changelog/release notes
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'
|
|
}
|