Commit 24c2618
authored
fix(deps): upgrade Gradle to v8.14.3 to align with upstream (#1158)
ADOT Java was using an outdated Gradle release, particularly the Lambda
build (v8.1.1). This PR upgrades both builds to v8.14.3, matching the
version used by the upstream Java Agent.
./gradlew wrapper --gradle-version 8.14.3
Tests performed:
- Local build: ./gradlew build ✅
- Unit tests: ./gradlew test ✅
- Smoke/contract tests: ./gradlew
appsignals-tests:contract-tests:contractTests ✅
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent e77a26d commit 24c2618
8 files changed
Lines changed: 12 additions & 8 deletions
File tree
- gradle/wrapper
- lambda-layer
- gradle/wrapper
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments