Skip to content

Commit 3c0828a

Browse files
committed
change exclude property when copying sbg files to dist
1 parent 94bd4a4 commit 3c0828a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ task copyGeneratedStaticBindingGeneratorJar << {
168168
task copyStaticBindingGeneratorProject << {
169169
copy {
170170
from "$rootDir/android-static-binding-generator/project"
171-
exclude "generator", "**/package.json", "*.txt", "**/logs", "**/out", "**/input_parced_typescript"
171+
exclude "staticbindinggenerator", "**/package.json", "*.txt", "**/logs", "**/out", "**/input_parced_typescript"
172172

173173
into "$rootDir/dist/framework/build-tools/android-static-binding-generator"
174174
}

0 commit comments

Comments
 (0)