fix: action create the gradlew wrapper
Some checks failed
Format / formatting (push) Successful in 5s
Build / build (push) Failing after 4m49s
CI / build (push) Successful in 11s

This commit is contained in:
Pierre Tellier 2025-02-28 12:10:13 +01:00
parent f3eaf8fe34
commit dc843299eb

View File

@ -18,9 +18,6 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Init gradle wrapper
run: gradle wrapper
- name: Build with Gradle
run: ./gradlew build
run: ./MyINPulse-back/gradlew build