diff options
author | Thomas <> | 2021-03-24 13:01:51 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-24 13:01:51 +0100 |
commit | 697a290400d2ee5f148fdf3356683d0f436dd0ab (patch) | |
tree | f4d27f6a94ab0e6aae6f5d6d7a73191daefad6b4 /moaSig/moa-sig-lib | |
parent | 835a395f3ecb7477b5b67e9da9bf3af58c86473a (diff) | |
download | moa-sig-697a290400d2ee5f148fdf3356683d0f436dd0ab.tar.gz moa-sig-697a290400d2ee5f148fdf3356683d0f436dd0ab.tar.bz2 moa-sig-697a290400d2ee5f148fdf3356683d0f436dd0ab.zip |
GitLab CI update again
Diffstat (limited to 'moaSig/moa-sig-lib')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |