[Backport 3.8] Guard eclipse() to spotless tasks and keep P2 mirror o… #4427
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate Gradle Wrapper | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'whitesource-remediate/**' | |
| - 'backport/**' | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| validate: | |
| name: Validate | |
| if: github.repository == 'opensearch-project/flow-framework' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 | |
| - uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # v6 |