forked from concordion/concordion-logging-tooltip-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.gradle
31 lines (26 loc) · 796 Bytes
/
build.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
apply from: 'https://raw.githubusercontent.com/concordion/concordion-extension-build/master/extension-build.gradle'
description = 'An extension to Concordion to adds logging information unobtrusively to the Concordion output'
ext {
developers = {
developer {
id 'nigel.charman.nz'
name 'Nigel Charman'
roles { role 'Project owner' }
url 'http://gplus.to/NigelCharman'
}
}
inceptionYear = '2011'
}
gitPublish {
repoUri = '[email protected]:concordion/concordion-logging-tooltip-extension.git'
branch = 'gh-pages'
contents {
from 'docs'
from ('build/reports/spec/') {
into 'spec'
}
from ('build/docs/javadoc/') {
into 'api'
}
}
}