Update build.gradle

This commit is contained in:
2024-11-19 15:07:10 +03:00
parent e642ed9ad5
commit fc1341cd44

View File

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