Browse Source

SEC-2924: Add README.adoc in -dist.zip

pull/261/head
Rob Winch 11 years ago
parent
commit
eceb6a3587
  1. 2
      build.gradle

2
build.gradle

@ -145,7 +145,7 @@ task dist(type: Zip) { @@ -145,7 +145,7 @@ task dist(type: Zip) {
def zipRootDir = "${project.name}-$version"
into(zipRootDir) {
from(rootDir) {
include '*.txt'
include '*.adoc'
}
into('docs') {
with(project(':docs').apiSpec)

Loading…
Cancel
Save