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