diff options
author | Thomas <> | 2021-03-25 17:44:52 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-25 17:44:52 +0100 |
commit | 60f50b03394d437945a5a3d6b6f6dd950230b01c (patch) | |
tree | be1d079562db03a019f238f90eac903ad31c2a4e /moaSig/moa-asic/build.gradle | |
parent | f74283e748040757b8c988631f600f7352d9877e (diff) | |
download | moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.tar.gz moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.tar.bz2 moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.zip |
switch to version 3.1.4-RC2
Diffstat (limited to 'moaSig/moa-asic/build.gradle')
-rw-r--r-- | moaSig/moa-asic/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/moa-asic/build.gradle b/moaSig/moa-asic/build.gradle index a11f6ca..ba87519 100644 --- a/moaSig/moa-asic/build.gradle +++ b/moaSig/moa-asic/build.gradle @@ -53,7 +53,7 @@ task jaxb () { task releases(type: Copy) { //from jar.outputs from distZip.outputs - //from distTar.outputs + from distTar.outputs into rootDir.toString() + "/releases/" + version } |