make it possible to connect modules in project
This commit is contained in:
client/src/jsMain/kotlin/dev/inmo/postssystem/client/fsm/ui
features/content
server
@ -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