Update build.gradle

This commit is contained in:
2024-11-19 15:07:37 +03:00
parent 0d9b0c13e9
commit 5643ab1ea3

View File

@ -78,6 +78,7 @@ run.args = ['client',
task copyDist(type: Copy) {
from distZip
from distTar
from war
def releaseDir
if (project.hasProperty('biz.redsoft.release.dir') && project.getProperty('biz.redsoft.release.dir'))