Skip to content

Bump com.jfrog.artifactory from 4.31.0 to 4.33.1 #132

Bump com.jfrog.artifactory from 4.31.0 to 4.33.1

Bump com.jfrog.artifactory from 4.31.0 to 4.33.1 #132

Workflow file for this run

name: PR Checks
on:
pull_request: {}
permissions: read-all
jobs:
checks:
name: checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
with:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582
- name: gradle
run: ./gradlew check javadoc