Skip to content
Snippets Groups Projects
Commit f014ff9f authored by anttil's avatar anttil
Browse files

SSDM-149: Build cisd-arg4j with Gradle. Fix cisd-base distribution .zip naming.

SVN: 31435
parent 0c882227
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -69,7 +69,7 @@ task javadocZip(type: Zip, dependsOn: javadoc) {
}
task distributionZip(type: Zip, dependsOn: [jar, sourcesJar, javadocZip, standaloneTestJar]) {
archiveBaseName = 'cisd-base'
baseName = 'cisd-base'
from ('dist') {
into 'cisd-base'
}
......
project(':').name = 'cisd-base'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment