aboutsummaryrefslogtreecommitdiff
path: root/moaSig/build.gradle
diff options
context:
space:
mode:
authorThomas <>2021-12-12 16:39:39 +0100
committerThomas <>2021-12-12 16:39:39 +0100
commitc8ae5bfc35556ba7f12e44881792017a69568b28 (patch)
tree765673648ce202ed521eafe424d94b123f65948b /moaSig/build.gradle
parent0ccda87ef4e0c18a91b4b1f8606cf4f7d1f781eb (diff)
downloadmoa-sig-c8ae5bfc35556ba7f12e44881792017a69568b28.tar.gz
moa-sig-c8ae5bfc35556ba7f12e44881792017a69568b28.tar.bz2
moa-sig-c8ae5bfc35556ba7f12e44881792017a69568b28.zip
some GitLab CI and third-party lib. updates
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"