aboutsummaryrefslogtreecommitdiff
path: root/moaSig/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r--moaSig/build.gradle9
1 files changed, 0 insertions, 9 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index 2732203..07dc8eb 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -72,16 +72,7 @@ subprojects {
deployerJars
}
-
- //configurations.archives.artifacts.removeAll {PublishArtifact publishArtifact -> publishArtifact.extension == 'zip'}
-
- //configurations.archives.artifacts.removeAll {
- // exclude from the archives configuration all artifacts that were generated by distZip & distTar
- // def depTasks = it.getBuildDependencies().getDependencies()
- // depTasks.contains(distZip) || depTasks.contains(distTar)
- //}
-
dependencies {
deployerJars "org.apache.maven.wagon:wagon-ssh:2.9"