Skip to content

chore(deps): update com.palantir.dialogue:* to v3.137.0 #239

chore(deps): update com.palantir.dialogue:* to v3.137.0

chore(deps): update com.palantir.dialogue:* to v3.137.0 #239

Workflow file for this run

name: Build
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'zulu'
java-version: '21'
cache: 'gradle'
cache-dependency-path: |
gradle/wrapper/gradle-wrapper.properties
versions.props
- run: ./gradlew build