mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-20 23:20:19 +00:00
Forgot one
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user