aboutsummaryrefslogtreecommitdiff
path: root/moaSig
diff options
context:
space:
mode:
authorThomas <>2021-03-24 13:01:51 +0100
committerThomas <>2021-03-24 13:01:51 +0100
commit697a290400d2ee5f148fdf3356683d0f436dd0ab (patch)
treef4d27f6a94ab0e6aae6f5d6d7a73191daefad6b4 /moaSig
parent835a395f3ecb7477b5b67e9da9bf3af58c86473a (diff)
downloadmoa-sig-697a290400d2ee5f148fdf3356683d0f436dd0ab.tar.gz
moa-sig-697a290400d2ee5f148fdf3356683d0f436dd0ab.tar.bz2
moa-sig-697a290400d2ee5f148fdf3356683d0f436dd0ab.zip
GitLab CI update again
Diffstat (limited to 'moaSig')
-rw-r--r--moaSig/common/build.gradle5
-rw-r--r--moaSig/moa-sig-lib/build.gradle2
2 files changed, 4 insertions, 3 deletions
diff --git a/moaSig/common/build.gradle b/moaSig/common/build.gradle
index 5e9122b..7f5ee6d 100644
--- a/moaSig/common/build.gradle
+++ b/moaSig/common/build.gradle
@@ -14,10 +14,11 @@ task testJar(type: Jar, dependsOn: testClasses) {
}
configurations {
- tests
+ testArtifacts.extendsFrom testCompile
}
artifacts {
- archives testJar
+ testArtifacts testJar
+ //archives testJar
}
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle
index bb1a8d3..6a62098 100644
--- a/moaSig/moa-sig-lib/build.gradle
+++ b/moaSig/moa-sig-lib/build.gradle
@@ -9,7 +9,7 @@ distributions {
dependencies {
implementation project(':common')
- testImplementation project(path: ':common')
+ testImplementation project(path: ':common', configuration: 'testArtifacts')
api fileTree(dir: '../libs', include: '*.jar')
api group: 'at.gv.egovernment.moa.sig', name: 'tsl-lib', version: '2.0.4'