Update build.gradle

This commit is contained in:
2024-11-19 15:07:56 +03:00
parent f89be239fc
commit a01f5c547a

View File

@ -75,6 +75,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'))