Skip to content

[Backport] [2.x] Bump com.google.code.gson:gson in /test/fixtures/hdfs-fixture (#13842) #28461

[Backport] [2.x] Bump com.google.code.gson:gson in /test/fixtures/hdfs-fixture (#13842)

[Backport] [2.x] Bump com.google.code.gson:gson in /test/fixtures/hdfs-fixture (#13842) #28461

Workflow file for this run

name: Gradle Precommit
on: [pull_request]
jobs:
precommit:
if: github.repository == 'opensearch-project/OpenSearch'
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [ 11, 17, 21 ]
os: [ubuntu-latest, windows-latest, macos-13]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin
cache: gradle
- name: Run Gradle (precommit)
run: |
./gradlew javadoc precommit --parallel