File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1111- Add logging for OpenTelemetry integration ([ #2425 ] ( https://github.com/getsentry/sentry-java/pull/2425 ) )
1212- Auto add ` OpenTelemetryLinkErrorEventProcessor ` for Spring Boot ([ #2429 ] ( https://github.com/getsentry/sentry-java/pull/2429 ) )
1313
14+ ### Dependencies
15+
16+ - Bump Gradle from v7.5.1 to v7.6.0 ([ #2438 ] ( https://github.com/getsentry/sentry-java/pull/2438 ) )
17+ - [ changelog] ( https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v760 )
18+ - [ diff] ( https://github.com/gradle/gradle/compare/v7.5.1...v7.6.0 )
19+
1420## 6.10.0
1521
1622### Features
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ set -euo pipefail
33
44cd $( dirname " $0 " ) /../
55
6+ if [[ -n ${CI+x} ]]; then
7+ export JAVA_HOME=$JAVA_HOME_17_X64
8+ fi
9+
610case $1 in
711get-version)
812 # `./gradlew` shows some info on the first run, breaking the parsing in the next step.
You can’t perform that action at this time.
0 commit comments