Skip to content

Bump com.gradle.develocity from 3.18.2 to 3.19 (#289) #596

Bump com.gradle.develocity from 3.18.2 to 3.19 (#289)

Bump com.gradle.develocity from 3.18.2 to 3.19 (#289) #596

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
env:
GRADLE_OPTS: -Dorg.gradle.caching=true
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/setup-gradle@v4
with:
dependency-graph: generate-and-submit
- name: Build all modules with Gradle
run: ./gradlew build