File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' io.freefair.aspectj' version ' 6.5.0.3' apply false
4
4
// kotlinVersion is managed in gradle.properties
5
5
id ' org.jetbrains.kotlin.plugin.serialization' version " ${ kotlinVersion} " apply false
6
- id ' org.jetbrains.dokka' version ' 1.7.20 '
6
+ id ' org.jetbrains.dokka' version ' 1.8.10 '
7
7
id ' org.asciidoctor.jvm.convert' version ' 3.3.2' apply false
8
8
id ' org.asciidoctor.jvm.pdf' version ' 3.3.2' apply false
9
9
id ' org.unbroken-dome.xjc' version ' 2.0.0' apply false
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144
144
case $MAX_FD in # (
145
145
max* )
146
146
# 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
148
148
MAX_FD=$( ulimit -H -n ) ||
149
149
warn " Could not query maximum file descriptor limit"
150
150
esac
151
151
case $MAX_FD in # (
152
152
' ' | soft) : ;; # (
153
153
* )
154
154
# 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
156
156
ulimit -n " $MAX_FD " ||
157
157
warn " Could not set maximum file descriptor limit to $MAX_FD "
158
158
esac
You can’t perform that action at this time.
0 commit comments