File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed
Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ Projects:
1414
1515Requires:
1616- Java 17
17- - Gradle 8.3
17+ - Gradle 8.4
1818- Docker (to run some samples)
1919
20- Tested on Ubuntu 20 + macOS 13
21-
2220 ![ build] ( https://github.com/real-logic/aeron-cookbook-code/workflows/JavaCI/badge.svg )
2321
2422Sample code from Aeron cookbook.
Original file line number Diff line number Diff line change 11[versions ]
2- junitVersion = " 5.10.0 "
3- junitPlatformVersion = " 1.10.0 "
4- checkstyleVersion = " 10.12.3 "
2+ junitVersion = " 5.10.1 "
3+ junitPlatformVersion = " 1.10.1 "
4+ checkstyleVersion = " 10.12.4 "
55aeronVersion = " 1.42.1"
66sbeVersion = " 1.29.0"
77agronaVersion = " 1.19.2"
88slf4jVersion = " 2.0.9"
99logbackVersion = " 1.4.11"
10- mockitoVersion = " 5.5 .0"
10+ mockitoVersion = " 5.7 .0"
1111jmhVersion = " 1.37"
1212picocliVersion = " 4.7.5"
13- jlineVersion = " 3.23.0 "
13+ jlineVersion = " 3.24.1 "
1414picoJlineVersion = " 4.7.5"
1515
1616[libraries ]
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.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8383# This is normally unused
8484# shellcheck disable=SC2034
8585APP_BASE_NAME=${0##*/ }
86- APP_HOME=$( cd " ${APP_HOME:- ./ } " && pwd -P ) || exit
86+ # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87+ APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
8788
8889# Use the maximum available, or set MAX_FD != -1 to use that value.
8990MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments