Skip to content

Commit 1120a32

Browse files
committed
fix: dts-generator.jar path
1 parent 77af7cb commit 1120a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ task copyFilesToProjectTemeplate {
265265
into "$DIST_FRAMEWORK_PATH/build-tools"
266266
}
267267
copy {
268-
from "$BUILD_TOOLS_PATH/android-dts-generator/build/libs/dts-generator.jar"
268+
from "$BUILD_TOOLS_PATH/android-dts-generator/dts-generator/build/libs/dts-generator.jar"
269269
into "$DIST_FRAMEWORK_PATH/build-tools"
270270
}
271271
copy {

0 commit comments

Comments
 (0)