diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e667e47..2b68868 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,8 @@ jobs: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar + - name: Change wrapper permissions + run: chmod +x ./gradlew - name: Cache Gradle packages uses: actions/cache@v1 with: @@ -33,4 +35,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew build sonarqube --info \ No newline at end of file + run: ./gradlew build sonarqube --info