make it possible to connect modules in project
This commit is contained in:
@@ -42,7 +42,7 @@ task copyClient(type: Copy) {
|
||||
File clientSources = project(":postssystem.client").file("build/distributions")
|
||||
SourceDirectorySet resources = sourceSets.main.resources
|
||||
File webFolderPath = new File(resources.getSrcDirs()[0].toString(), "web")
|
||||
exclude("*.map")
|
||||
// exclude("*.map")
|
||||
from clientSources.absolutePath
|
||||
into webFolderPath.absolutePath
|
||||
}
|
||||
|
Reference in New Issue
Block a user