Forgot one

This commit is contained in:
CocoTheOwner 2021-08-09 23:26:01 +02:00
parent f2b4d6f829
commit b596f38ab5

View File

@ -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")