Skip to content

Commit

Permalink
Rename build-project.sh to build-projects.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn authored Aug 7, 2024
1 parent 779e7e3 commit 6f2e9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-project.sh → build-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ do
echo "$GRADLE_FILE doesnt exist"
fi
fi
done 9< <( find . -type f -name "build.gradle" -exec printf '%s\0' {} + )
done 9< <( find . -type f -name "build.gradle" -exec printf '%s\0' {} + )

0 comments on commit 6f2e9dc

Please sign in to comment.