mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Forgot one
This commit is contained in:
parent
f2b4d6f829
commit
b596f38ab5
@ -79,7 +79,7 @@ def registerCustomOutputTask(dname, path) {
|
|||||||
group('development')
|
group('development')
|
||||||
outputs.upToDateWhen { false }
|
outputs.upToDateWhen { false }
|
||||||
dependsOn ':shadowJar'
|
dependsOn ':shadowJar'
|
||||||
from(file('build/libs/Iris-' + version + '-all.jar'))
|
from(file('build/libs/' + name + '-' + version + '-all.jar'))
|
||||||
into(file(path))
|
into(file(path))
|
||||||
rename { String fileName ->
|
rename { String fileName ->
|
||||||
fileName.replace(name + '-' + version + '-all.jar', name + ".jar")
|
fileName.replace(name + '-' + version + '-all.jar', name + ".jar")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user