Fixing typo to avoid gradle build failure #6

Merged
hitanshu merged 1 commits from workflows into main 2025-01-26 20:42:12 +00:00
Showing only changes of commit 7499161725 - Show all commits

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