Fixing typo to avoid gradle build failure

This commit is contained in:
hitanshu310 2025-01-27 02:10:44 +05:30
parent 6747e07be4
commit 7499161725

View File

@ -20,5 +20,5 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Gradle build
run: ./greadlew build -i
run: ./gradlew build -i