dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d9adb8ecd 
							
						 
					 
					
						
						
							
							Bump the gradle group across 1 directory with 2 updates  
						
						... 
						
						
						
						Bumps the gradle group with 2 updates in the /.github/workflow-samples/kotlin-dsl directory: [com.google.guava:guava](https://github.com/google/guava ) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5 ).
Updates `com.google.guava:guava` from 33.4.0-jre to 33.4.5-jre
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
Updates `org.junit.jupiter:junit-jupiter` from 5.11.4 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1 )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-03-25 14:01:20 -06:00 
						 
				 
			
				
					
						
							
							
								Bot Githubaction 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38d700d537 
							
						 
					 
					
						
						
							
							Update known wrapper checksums  
						
						
						
						
							
						
					 
					
						2025-03-25 13:52:42 -06:00 
						 
				 
			
				
					
						
							
							
								bot-githubaction 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29f0d0a78a 
							
						 
					 
					
						
						
							
							Update to use Gradle 8.13  
						
						... 
						
						
						
						Release notes of Gradle 8.13 can be found here:
https://docs.gradle.org/8.13/release-notes.html  
						
						
							
						
					 
					
						2025-03-25 13:51:49 -06:00 
						 
				 
			
				
					
						
							
							
								Bot Githubaction 
							
						 
					 
					
						
						
						
						
							
						
						
							4a417b5b1a 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-03-13 14:55:33 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Haag 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1bdc4d73b 
							
						 
					 
					
						
						
							
							Ignore SSL certificate validation when fetching Develocity short-lived access token if develocity-allow-untrusted-server is enabled ( #575 )  
						
						... 
						
						
						
						The request for a short lived access token fails if the server
certificate is self signed and `develocity-allow-untrusted-server` is
set to true.
I wasn't sure how to write a test for this since nock does not seem to
support mocking a ssl error response. 
						
						
							
						
					 
					
						2025-03-13 09:54:21 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Haag 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ceec906aa9 
							
						 
					 
					
						
						
							
							Reorder function arguments alphabetically  
						
						
						
						
							
						
					 
					
						2025-03-13 08:44:52 -05:00 
						 
				 
			
				
					
						
							
							
								Remco Mokveld 
							
						 
					 
					
						
						
						
						
							
						
						
							9f1c708302 
							
						 
					 
					
						
						
							
							Specify requestOptions in constructor of HttpClient  
						
						
						
						
							
						
					 
					
						2025-03-13 10:46:35 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Haag 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34dcae18f8 
							
						 
					 
					
						
						
							
							Add develocityAllowUntrustedServer as ShortLivedTokenClient constructor argument  
						
						
						
						
							
						
					 
					
						2025-03-12 14:13:49 -05:00 
						 
				 
			
				
					
						
							
							
								Remco Mokveld 
							
						 
					 
					
						
						
						
						
							
						
						
							2ee6cdf283 
							
						 
					 
					
						
						
							
							Fix formatting and syntax  
						
						
						
						
							
						
					 
					
						2025-03-12 14:13:39 +01:00 
						 
				 
			
				
					
						
							
							
								Remco Mokveld 
							
						 
					 
					
						
						
						
						
							
						
						
							cfdc6db0ae 
							
						 
					 
					
						
						
							
							Ignore SSL when environment is specified  
						
						
						
						
							
						
					 
					
						2025-03-12 14:04:19 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Haag 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4504a95ca5 
							
						 
					 
					
						
						
							
							Scope captured build failures ( #574 )  
						
						... 
						
						
						
						Scopes the captured build failures to only `RUN_WORK` and
`CONFIGURE_PROJECT`. 
						
						
							
						
					 
					
						2025-03-04 10:29:20 -06:00 
						 
				 
			
				
					
						
							
							
								Eric Haag 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e34bc6983 
							
						 
					 
					
						
						
							
							Scope captured build failures  
						
						... 
						
						
						
						Scopes the captured build failures to only RUN_WORK and
CONFIGURE_PROJECT. 
						
						
							
						
					 
					
						2025-03-04 08:23:26 -06:00 
						 
				 
			
				
					
						
							
							
								Daz DeBoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0eda626a36 
							
						 
					 
					
						
						
							
							Catch more build failures in job summary ( #571 )  
						
						... 
						
						
						
						By inspecting a greater range of build operations for failure, the Job
summary will correctly reflect the build outcome in more circumstances.
Note that we now use the old 'buildFinished' mechanism for all Gradle
versions < `7.0`, instead of using the BuildService mechanism for all
Gradle versions from `6.6`. This avoids needing to deal with
inconsistent build operations present in Gradle versions `[6.6, 7.0)`.
Fixes  #415  
						
						
							
						
					 
					
						2025-02-27 22:46:42 -07:00 
						 
				 
			
				
					
						
							
							
								Bot Githubaction 
							
						 
					 
					
						
						
						
						
							
						
						
							d9e39adac8 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-02-19 14:36:21 +00:00 
						 
				 
			
				
					
						
							
							
								Daz DeBoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7fcd895602 
							
						 
					 
					
						
						
							
							Bump references to Develocity Gradle plugin from 3.19.1 to 3.19.2 ( #561 )  
						
						... 
						
						
						
						This PR bumps references to Develocity Gradle plugin from 3.19.1 to
3.19.2. 
						
						
							
						
					 
					
						2025-02-19 07:35:11 -07:00 
						 
				 
			
				
					
						
							
							
								bot-githubaction 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bd8a9b1582 
							
						 
					 
					
						
						
							
							Bump references to Develocity Gradle plugin from 3.19.1 to 3.19.2  
						
						
						
						
							
						
					 
					
						2025-02-19 02:27:57 +00:00 
						 
				 
			
				
					
						
							
							
								Bot Githubaction 
							
						 
					 
					
						
						
						
						
							
						
						
							6f067c110c 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-02-18 21:16:03 +00:00 
						 
				 
			
				
					
						
							
							
								Daz DeBoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dc278e675 
							
						 
					 
					
						
						
							
							Update known wrapper checksums ( #560 )  
						
						... 
						
						
						
						Automatically generated pull request to update the known wrapper
checksums.
In case of conflicts, manually run the workflow from the [Actions
tab](https://github.com/gradle/actions/actions/workflows/update-checksums-file.yml ),
the changes will then be force-pushed onto this pull request branch.
Do not manually update the pull request branch; those changes might get
overwritten.
> [!IMPORTANT]  
> GitHub workflows have not been executed for this pull request yet.
Before merging, close and then directly reopen this pull request to
trigger the workflows. 
						
						
							
						
					 
					
						2025-02-18 14:14:58 -07:00 
						 
				 
			
				
					
						
							
							
								Bot Githubaction 
							
						 
					 
					
						
						
						
						
							
						
						
							7190318fe2 
							
						 
					 
					
						
						
							
							Update known wrapper checksums  
						
						
						
						
							
						
					 
					
						2025-02-18 21:13:42 +00:00 
						 
				 
			
				
					
						
							
							
								Bot Githubaction 
							
						 
					 
					
						
						
						
						
							
						
						
							7a151be183 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-02-18 21:11:24 +00:00 
						 
				 
			
				
					
						
							
							
								daz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7b5af35d9a 
							
						 
					 
					
						
						
							
							Set author to bot for generated commits  
						
						
						
						
							
						
					 
					
						2025-02-18 14:10:09 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							e4e5504a6f 
							
						 
					 
					
						
						
							
							Bump the npm-dependencies group across 1 directory with 5 updates  
						
						... 
						
						
						
						Bumps the npm-dependencies group with 5 updates in the /sources directory:
| Package | From | To |
| --- | --- | --- |
| [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) | `4.0.0` | `4.0.1` |
| [@octokit/rest](https://github.com/octokit/rest.js ) | `21.1.0` | `21.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `20.17.16` | `20.17.19` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github ) | `5.1.7` | `5.1.8` |
| [prettier](https://github.com/prettier/prettier ) | `3.4.2` | `3.5.1` |
Updates `@actions/cache` from 4.0.0 to 4.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Updates `@octokit/rest` from 21.1.0 to 21.1.1
- [Release notes](https://github.com/octokit/rest.js/releases )
- [Commits](https://github.com/octokit/rest.js/compare/v21.1.0...v21.1.1 )
Updates `@types/node` from 20.17.16 to 20.17.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint-plugin-github` from 5.1.7 to 5.1.8
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.7...v5.1.8 )
Updates `prettier` from 3.4.2 to 3.5.1
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.4.2...3.5.1 )
---
updated-dependencies:
- dependency-name: "@actions/cache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-02-18 13:22:25 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							7f0ccac579 
							
						 
					 
					
						
						
							
							Bump the github-actions group across 1 directory with 2 updates  
						
						... 
						
						
						
						Bumps the github-actions group with 2 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `tj-actions/changed-files` from 45.0.6 to 45.0.7
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](d6e91a2266...dcc7a0cba8https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](dd746615b3...9e8d0789d4 
						
						
							
						
					 
					
						2025-02-18 13:21:46 -07:00 
						 
				 
			
				
					
						
							
							
								Bot Githubaction 
							
						 
					 
					
						
						
						
						
							
						
						
							aa23778d2d 
							
						 
					 
					
						
						
							
							Update develocity-injection init script to v1.2  
						
						... 
						
						
						
						Updates the develocity-injection init script to the latest reference script content
from https://github.com/gradle/develocity-ci-injection . 
						
						
							
						
					 
					
						2025-02-05 14:43:47 -07:00 
						 
				 
			
				
					
						
							
							
								bigdaz 
							
						 
					 
					
						
						
						
						
							
						
						
							6962c6c931 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-02-04 18:54:11 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							04b407e41d 
							
						 
					 
					
						
						
							
							Bump the npm-dependencies group in /sources with 2 updates  
						
						... 
						
						
						
						Bumps the npm-dependencies group in /sources with 2 updates: [semver](https://github.com/npm/node-semver ) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github ).
Updates `semver` from 7.6.3 to 7.7.1
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.1 )
Updates `eslint-plugin-github` from 5.1.6 to 5.1.7
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.6...v5.1.7 )
---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-02-04 11:52:57 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							70f4302913 
							
						 
					 
					
						
						
							
							Bump the github-actions group across 2 directories with 3 updates  
						
						... 
						
						
						
						Bumps the github-actions group with 3 updates in the / directory: [gradle/actions](https://github.com/gradle/actions ), [github/codeql-action](https://github.com/github/codeql-action ) and [actions/setup-java](https://github.com/actions/setup-java ).
Bumps the github-actions group with 1 update in the /.github/actions/init-integ-test directory: [actions/setup-java](https://github.com/actions/setup-java ).
Updates `gradle/actions` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](0bdd871935...94baf225fehttps://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](17a820bf2e...dd746615b3https://github.com/actions/setup-java/releases )
- [Commits](7a6d8a8234...3a4f6e1af5https://github.com/actions/setup-java/releases )
- [Commits](7a6d8a8234...3a4f6e1af5 
						
						
							
						
					 
					
						2025-02-04 11:52:48 -07:00 
						 
				 
			
				
					
						
							
							
								Bot Githubaction 
							
						 
					 
					
						
						
						
						
							
						
						
							c94eb9d32c 
							
						 
					 
					
						
						
							
							Update develocity-injection init script to v1.1.1  
						
						... 
						
						
						
						Updates the develocity-injection init script to the latest reference script content
from https://github.com/gradle/develocity-ci-injection . 
						
						
							
						
					 
					
						2025-01-30 12:58:55 -07:00 
						 
				 
			
				
					
						
							
							
								Daz DeBoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94baf225fe 
							
						 
					 
					
						
						
							
							Fix space assignment deprecations in init-scripts ( #542 )  
						
						... 
						
						
						
						Fixes the Groovy syntax in 2 init-scripts to avoid deprecation warnings.
The fix to the DV injection script is temporary, and will be replaced by
a fix in the upstream reference script.
Fixes  #541  
						
						
							
 
						
					 
					
						2025-01-30 10:07:29 -07:00 
						 
				 
			
				
					
						
							
							
								daz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f10c21ec5 
							
						 
					 
					
						
						
							
							Make it easier to produce 'prerelease' versions  
						
						
						
						
							
						
					 
					
						2025-01-30 09:02:58 -07:00 
						 
				 
			
				
					
						
							
							
								daz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b492c475f 
							
						 
					 
					
						
						
							
							Fix deprecation warnings in develocity init-script  
						
						... 
						
						
						
						This change has been made directly to the init-script, and will be superceded
by the equivalent fix in the reference script. 
						
						
							
						
					 
					
						2025-01-30 08:51:44 -07:00 
						 
				 
			
				
					
						
							
							
								daz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79bad900c0 
							
						 
					 
					
						
						
							
							Fix deprecation warnings in dependency-graph init-script  
						
						
						
						
							
						
					 
					
						2025-01-30 08:46:34 -07:00 
						 
				 
			
				
					
						
							
							
								Daz DeBoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							986922f6a6 
							
						 
					 
					
						
						
							
							Update docs for dependency review ( #540 )  
						
						... 
						
						
						
						Due to an issue with dependency-review-action (https://github.com/gradle/actions/issues/482 ),
the setup described in the documentation can result in duplicate 
dependencies being added to the dependency graph.
To avoid this, we now recommend using a common `dependency-submission`
workflow for both pushes to `main` and pull requests. 
The `dependency-review` workflow runs on any `pull_request` but will wait
for the `dependency-submission` to complete.
This setup works for both the standard setup, and for the advanced setup for 
pull requests from repository forks. 
						
						
							
						
					 
					
						2025-01-30 08:35:10 -07:00 
						 
				 
			
				
					
						
							
							
								bigdaz 
							
						 
					 
					
						
						
						
						
							
						
						
							65a3beb941 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-01-28 15:49:09 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							0e67f6d83b 
							
						 
					 
					
						
						
							
							Bump the npm-dependencies group across 1 directory with 2 updates  
						
						... 
						
						
						
						Bumps the npm-dependencies group with 2 updates in the /sources directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github ).
Updates `@types/node` from 20.17.14 to 20.17.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint-plugin-github` from 5.1.5 to 5.1.6
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.5...v5.1.6 )
---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-01-28 08:47:52 -07:00 
						 
				 
			
				
					
						
							
							
								bigdaz 
							
						 
					 
					
						
						
						
						
							
						
						
							b6ac71fd86 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-01-28 15:28:25 +00:00 
						 
				 
			
				
					
						
							
							
								daz 
							
						 
					 
					
						
						
						
						
							
						
						
							9053a599ae 
							
						 
					 
					
						
						
							
							Update undici to resolve vulnerability  
						
						
						
						
							
						
					 
					
						2025-01-28 08:27:11 -07:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							7560c304a6 
							
						 
					 
					
						
						
							
							Bump the github-actions group across 2 directories with 2 updates  
						
						... 
						
						
						
						Bumps the github-actions group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node ) and [github/codeql-action](https://github.com/github/codeql-action ).
Bumps the github-actions group with 1 update in the /.github/actions/build-dist directory: [actions/setup-node](https://github.com/actions/setup-node ).
Updates `actions/setup-node` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](39370e3970...1d0ff469b7https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b6a472f63d...17a820bf2ehttps://github.com/actions/setup-node/releases )
- [Commits](39370e3970...1d0ff469b7 
						
						
							
						
					 
					
						2025-01-28 08:18:31 -07:00 
						 
				 
			
				
					
						
							
							
								daz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dcf3ce7005 
							
						 
					 
					
						
						
							
							Bump to Gradle 8.12.1  
						
						
						
						
							
						
					 
					
						2025-01-25 09:21:22 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							31f6205373 
							
						 
					 
					
						
						
							
							Bump Gradle Wrappers ( #535 )  
						
						... 
						
						
						
						# Combined PRs ➡️ 📦 ⬅️ 
✅  The following pull requests have been successfully combined on this
PR:
- Closes  #534  Bump Gradle Wrapper from 8.12 to 8.12.1 in
/.github/workflow-samples/kotlin-dsl
- Closes  #533  Bump Gradle Wrapper from 8.12 to 8.12.1 in
/.github/workflow-samples/java-toolchain
- Closes  #532  Bump Gradle Wrapper from 8.12 to 8.12.1 in
/.github/workflow-samples/groovy-dsl
- Closes  #531  Bump Gradle Wrapper from 8.12 to 8.12.1 in
/.github/workflow-samples/gradle-plugin
- Closes  #530  Bump Gradle Wrapper from 8.12 to 8.12.1 in
/sources/test/init-scripts
> This PR was created by the
[`github/combine-prs`](https://github.com/github/combine-prs ) action
---------
Signed-off-by: bot-githubaction <bot-githubaction@gradle.com>
Co-authored-by: bot-githubaction <bot-githubaction@gradle.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2025-01-25 09:08:57 -07:00 
						 
				 
			
				
					
						
							
							
								bigdaz 
							
						 
					 
					
						
						
						
						
							
						
						
							bcc275ce62 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-01-24 18:10:15 +00:00 
						 
				 
			
				
					
						
							
							
								bigdaz 
							
						 
					 
					
						
						
						
						
							
						
						
							b693646f93 
							
						 
					 
					
						
						
							
							Update known wrapper checksums  
						
						
						
						
							
						
					 
					
						2025-01-24 11:09:05 -07:00 
						 
				 
			
				
					
						
							
							
								Daz DeBoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a0c3c9368 
							
						 
					 
					
						
						
							
							Document GRADLE_ACTIONS_SKIP_BUILD_RESULT_CAPTURE ( #529 )  
						
						... 
						
						
						
						Fixes  #28  
					
						2025-01-24 11:00:39 -07:00 
						 
				 
			
				
					
						
							
							
								bigdaz 
							
						 
					 
					
						
						
						
						
							
						
						
							6bef8ef2a9 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-01-24 17:08:01 +00:00 
						 
				 
			
				
					
						
							
							
								Daz DeBoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							91619fae90 
							
						 
					 
					
						
						
							
							Attempt to use gradle wrapper for cache cleanup ( #525 )  
						
						... 
						
						
						
						The cache-cleanup operation works by executing Gradle on a dummy project
and a custom init-script. The version of Gradle used should be at least
as high as the newest version used to run a build.
Previously, if the Gradle version on PATH didn't meet this requirement,
the action would download and install the required Gradle version.
With this PR, the action will now use an existing Gradle wrapper
distribution if it meets the requirement. This avoids unnecessary
downloads of Gradle versions that are already present on the runner.
The logic is:
- Determine the newest version of Gradle that was executed during the
Job. This is the 'minimum version' for cache cleanup.
- Inspect the Gradle version on PATH and any detected wrapper scripts to
see if they meet the 'minimum version'.
- The first executable that is found to meet the requirements will be
used for cache-cleanup.
- If no executable is found that meets the requirements, attempt to
provision Gradle with the 'minimum version'.
Fixes  #515  
						
						
							
						
					 
					
						2025-01-24 10:06:51 -07:00 
						 
				 
			
				
					
						
							
							
								Goooler 
							
						 
					 
					
						
						
						
						
							
						
						
							7569aee516 
							
						 
					 
					
						
						
							
							Uppercase cache-encryption-key  
						
						... 
						
						
						
						It's not recommended to use camel cases in secrets. 
						
						
							
						
					 
					
						2025-01-24 08:56:35 -07:00 
						 
				 
			
				
					
						
							
							
								bigdaz 
							
						 
					 
					
						
						
						
						
							
						
						
							b4009b3946 
							
						 
					 
					
						
						
							
							[bot] Update dist directory  
						
						
						
						
							
						
					 
					
						2025-01-24 13:18:07 +00:00 
						 
				 
			
				
					
						
							
							
								Daz DeBoer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d068148857 
							
						 
					 
					
						
						
							
							Choose best Gradle version to use for cache cleanup ( #526 )  
						
						... 
						
						
						
						The cache-cleanup operation works by executing Gradle on a dummy project
and a custom init-script. The init-script requires at least Gradle 8.11
to work.
Ideally, the version of Gradle used for cleanup should be no older than
the newest one that wrote entries to Gradle User Home. If an older
Gradle version is used for cache-cleanup, it will not remove entries
written specifically for newer versions.
With this change, we now attempt to ensure that cache-cleanup is run
with the best Gradle version available. We inspect the Gradle version on
PATH to see if it is new enough, otherwise we will provision a Gradle
version equal to the newest one that ran in the Job.
The logic is:
- Determine the newest version of Gradle that was executed during the
Job. This is the 'minimum version' for cache cleanup.
- Inspect the Gradle version on PATH (if any) to see if it is equal to
or newer than the 'minimum version'.
- If the version Gradle on PATH is new enough, use that version for
cache-cleanup.
- If not, attempt to provision Gradle with the 'minimum version'.
Fixes  #436  
						
						
							
						
					 
					
						2025-01-24 06:16:52 -07:00 
						 
				 
			
				
					
						
							
							
								bot-githubaction 
							
						 
					 
					
						
						
						
						
							
						
						
							b426ffebae 
							
						 
					 
					
						
						
							
							Bump references to Develocity Gradle plugin from 3.19 to 3.19.1  
						
						
						
						
							
						
					 
					
						2025-01-24 06:16:18 -07:00 
						 
				 
			
				
					
						
							
							
								daz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c6e631b4a7 
							
						 
					 
					
						
						
							
							Attempt to provision best gradle version for cache-cleanup  
						
						
						
						
							
						
					 
					
						2025-01-23 17:37:15 -07:00