Bump references to Develocity Gradle plugin from 3.19.2 to 4.0 (#596)

This PR bumps references to Develocity Gradle plugin from 3.19.2 to 4.0.

---------

Co-authored-by: daz <daz@gradle.com>
This commit is contained in:
Bot Githubaction
2025-04-09 17:19:54 +02:00
committed by GitHub
parent 1ad4e25ca6
commit e63ba6843c
18 changed files with 64 additions and 64 deletions

View File

@@ -101,7 +101,7 @@ The exact syntax depends on whether or not your project is configured with the [
- name: Setup Gradle for a non-wrapper project
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.11"
gradle-version: '8.11'
- name: Assemble the project
run: gradle assemble