21.12.16 빌드중

This commit is contained in:
jinia91
2021-12-16 13:53:20 +09:00
parent a32fae74d9
commit bb2be834e2

View File

@@ -93,3 +93,8 @@ task copyFrontLib(type: Copy) {
}
copyFrontLib.dependsOn npmInstall
compileJava.dependsOn copyFrontLib
jar {
enabled = false
}