chore(deps): Bump gradle-wrapper from 9.1.0 to 9.5.0 in /pbj-integration-tests#807
Conversation
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.1.0 to 9.5.0. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.1.0...v9.5.0) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com> Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
Integration Test Report 419 files ±0 419 suites ±0 20m 5s ⏱️ -24s Results for commit 1dc76ac. ± Comparison against base commit 4245aec. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
Requires Gradle plugins update to |
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com> Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com> Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com> Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com> Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
JUnit Test Report 521 files +440 521 suites +440 35s ⏱️ - 2m 28s Results for commit 1dc76ac. ± Comparison against base commit 4245aec. This pull request removes 6 and adds 6 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
This PR also updates the Gradle plugin as it is required to use Gradle 9.5.0 As these changes are included, we can remove some files/config from this repo: |
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com> Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
| import org.gradle.api.tasks.TaskAction; | ||
|
|
||
| /** Gradle Task that generates java src code from protobuf proto schema files. */ | ||
| @CacheableTask |
There was a problem hiding this comment.
The validation in the new Gradle version now demands each task to state its cacheability:
> Plugin validation failed with 1 problem:
- Error: Type 'com.hedera.pbj.compiler.PbjCompilerTask' must be annotated either with @CacheableTask or with @DisableCachingByDefault.
Reason: The task author should make clear why a task is not cacheable.
Possible solutions:
1. Add @DisableCachingByDefault(because = ...).
2. Add @CacheableTask.
3. Add @UntrackedTask(because = ...).
I am currently investigating how well the caching works in hcn and noticed that this task is not cached. I think this was just never considered and I don't see a reason to not make it cacheable.
All input and output properties are already well defined.
Bumps gradle-wrapper from 9.1.0 to 9.5.0.
Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
3fe117dUpdate jdks.yaml (#37703)33d145aUpdate jdks.yamlf7a05d1Update Gradle wrapper to version 9.5.0-rc-4 (#37654)266facdUpdate Gradle wrapper to version 9.5.0-rc-40ad6dd8Suppress OSC taskbar reset on plain/piped stdout (#37646)966025dSuppress OSC taskbar reset on plain/piped stdoute745573Polish IP docs (#37642)d5cfd07Ensure BuildOperationQueue will progress without extra leases (#37629)acdf0c3Ensure BuildOperationQueue will progress without extra leasesf7d0e4fRename anchorDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)