diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 993819f..4b726af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,13 +18,13 @@ jobs: with: java-version: '21' distribution: 'temurin' - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml - settings-path: ${{ github.workspace }} # location for the settings.xml file - - name: Setup Gradle uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0 + - name: Grant execute permission for Gradlew + run: chmod +x ./gradlew + - name: Build with Gradle run: ./gradlew build