Skip to content

Commit

Permalink
Bump Gradle to 8.2.1, plus other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eleventy7 committed Jul 13, 2023
1 parent 5be6992 commit 0cc5f8f
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Projects:

Requires:
- Java 17
- Gradle 8.1.1
- Gradle 8.2.1
- Docker (to run some samples)

Tested on Ubuntu 20 + macOS 13
Expand Down
1 change: 1 addition & 0 deletions aeron-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ tasks {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions aeron-mdc/aeron-mdc-publisher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions aeron-mdc/aeron-mdc-subscriber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ tasks {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions agrona/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions archive-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions archive-multi-host/archive-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions archive-multi-host/archive-host/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions archive-replication/archive-backup/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ tasks {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions archive-replication/archive-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ tasks {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions archive-replication/archive-host/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ tasks {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions archive-replication/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions async/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ sourceSets {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions cluster-rsm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ sourceSets {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aeronVersion = "1.41.4"
sbeVersion = "1.28.3"
agronaVersion = "1.18.2"
slf4jVersion = "2.0.7"
logbackVersion = "1.4.7"
logbackVersion = "1.4.8"
mockitoVersion = "5.4.0"
jmhVersion = "1.36"
picocliVersion = "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 1 addition & 0 deletions ipc-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions rfq/admin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ sourceSets {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions rfq/cluster/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions sbe-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down
1 change: 1 addition & 0 deletions theory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
testing {
suites {
// Configure the built-in test suite
@Suppress("UNUSED_VARIABLE")
val test by getting(JvmTestSuite::class) {
// Use JUnit Jupiter test framework
useJUnitJupiter(libs.versions.junitVersion.get())
Expand Down

0 comments on commit 0cc5f8f

Please sign in to comment.