Skip to content

build(deps): bump com.alibaba:fastjson from 1.2.83 to 2.0.53 #3

build(deps): bump com.alibaba:fastjson from 1.2.83 to 2.0.53

build(deps): bump com.alibaba:fastjson from 1.2.83 to 2.0.53 #3

Workflow file for this run

name: PR Check
on:
pull_request:
paths-ignore:
- '**.md'
- '.github/**'
- '!.github/workflows/*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'recursive'
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Cache gradle
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'gradle/*.versions.toml') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with gradle
env:
GITHUB_TOKEN: ${{ github.token }}
run: ./gradlew --no-daemon -Dorg.gradle.jvmargs=-Xmx2g dist