Skip to content

Commit

Permalink
fix: dts-generator.jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Apr 2, 2024
1 parent 77af7cb commit 1120a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ task copyFilesToProjectTemeplate {
into "$DIST_FRAMEWORK_PATH/build-tools"
}
copy {
from "$BUILD_TOOLS_PATH/android-dts-generator/build/libs/dts-generator.jar"
from "$BUILD_TOOLS_PATH/android-dts-generator/dts-generator/build/libs/dts-generator.jar"
into "$DIST_FRAMEWORK_PATH/build-tools"
}
copy {
Expand Down

0 comments on commit 1120a32

Please sign in to comment.