Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
acdc
repository-extension-services
Commits
1aba7a7b
Commit
1aba7a7b
authored
Sep 08, 2016
by
acoburn
Browse files
enable publication of gh-pages
parent
f200f093
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
build.gradle
build.gradle
+7
-0
No files found.
build.gradle
View file @
1aba7a7b
...
...
@@ -25,6 +25,7 @@ allprojects {
}
afterReleaseBuild
.
dependsOn
uploadArchives
afterReleaseBuild
.
dependsOn
publishGhPages
}
subprojects
{
...
...
@@ -147,6 +148,12 @@ subprojects {
sign
configurations
.
archives
}
githubPages
{
pages
{
from
javadoc
into
"docs/${version}"
}
}
uploadArchives
{
repositories
.
mavenDeployer
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment