diff --git a/.gitea/workflows/quality-java.yaml b/.gitea/workflows/quality-java.yaml index 95eca88..7e231eb 100644 --- a/.gitea/workflows/quality-java.yaml +++ b/.gitea/workflows/quality-java.yaml @@ -13,14 +13,14 @@ jobs: fetch-depth: 0 - name: Setup java runtime - uses: actions/setup-java@v4 - with: - distribution: 'zulu' - java-version: '21' - - - name: Run gradle build process - run: | - ./gradlew build + uses: actions/setup-java@v4 + with: + distribution: 'zulu' + java-version: '21' + + - name: Run gradle build process + run: | + ./gradlew build - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@master # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan