corda/gradle-plugins/api-scanner/annotations/build.gradle
Anthony Keenan 3a14ae89c0 CORDA-1178 - Api scanner backport and update of api-current.txt (#2813)
* 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
2018-03-21 11:19:20 +00:00

8 lines
129 B
Groovy

apply plugin: 'java'
description 'A library of annotations for testing API Scanner.'
jar {
archiveName 'annotations.jar'
}