concordion / cubano

A packaged framework for implementing web and API test suites. Builds on Concordion to bring your software delivery team together around living documentation.
http://concordion.org/cubano/framework
Apache License 2.0
15 stars 2 forks source link

Changed to use a single release property. #38

Closed nigelcharman closed 6 years ago

nigelcharman commented 6 years ago

The property is stored in gradle.properties in the root folder. I've been unable to get the publishRelease and bintrayUpload tasks working with this. To create a release, you will need to run gradlew clean test javadoc sourcesJar javadocJar publishDocs release bintrayUpload.