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
1caf2ff7
Commit
1caf2ff7
authored
Sep 12, 2016
by
acoburn
Browse files
Merge branch 'dont_publish_itests'
parents
5674c753
1fb4ff2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
build.gradle
build.gradle
+5
-2
No files found.
build.gradle
View file @
1caf2ff7
...
...
@@ -25,8 +25,6 @@ allprojects {
tagTemplate
=
'$name-$version'
}
afterReleaseBuild
.
dependsOn
uploadArchives
afterReleaseBuild
.
dependsOn
publishGhPages
}
subprojects
{
...
...
@@ -231,6 +229,11 @@ subprojects {
}
}
}
if
(
project
.
name
!=
'acrepo-itests'
)
{
afterReleaseBuild
.
dependsOn
uploadArchives
afterReleaseBuild
.
dependsOn
publishGhPages
}
}
configurations
{
...
...
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