File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2323- Bump Gradle from v7.6.0 to v8.0.2 ([ #2563 ] ( https://github.com/getsentry/sentry-java/pull/2563 ) )
2424 - [ changelog] ( https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v802 )
2525 - [ diff] ( https://github.com/gradle/gradle/compare/v7.6.0...v8.0.2 )
26+ - Bump Gradle from v8.0.2 to v8.1.0 ([ #2650 ] ( https://github.com/getsentry/sentry-java/pull/2650 ) )
27+ - [ changelog] ( https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v810 )
28+ - [ diff] ( https://github.com/gradle/gradle/compare/v8.0.2...v8.1.0 )
2629
2730## 6.17.0
2831
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-8.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144144 case $MAX_FD in # (
145145 max* )
146146 # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
147- # shellcheck disable=SC3045
147+ # shellcheck disable=SC3045
148148 MAX_FD=$( ulimit -H -n ) ||
149149 warn " Could not query maximum file descriptor limit"
150150 esac
151151 case $MAX_FD in # (
152152 ' ' | soft) : ;; # (
153153 * )
154154 # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
155- # shellcheck disable=SC3045
155+ # shellcheck disable=SC3045
156156 ulimit -n " $MAX_FD " ||
157157 warn " Could not set maximum file descriptor limit to $MAX_FD "
158158 esac
You can’t perform that action at this time.
0 commit comments