diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 9bcc377..b108a75 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -9,15 +9,15 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-java@v4 - with: - distribution: 'corretto' - java-version: '21' - server-id: github - settings-path: ${{ github.workspace }} # location for the settings.xml file - - name: Build with Gradle - - run: ./gradlew build + - uses: actions/checkout@v4 + - uses: actions/setup-java@v4 + with: + distribution: 'corretto' + java-version: '21' + server-id: github + settings-path: ${{ github.workspace }} # location for the settings.xml file + - name: Build with Gradle + run: ./gradlew build # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle