Skip to content

Commit b825db2

Browse files
committed
Upgrade to Gradle 8.4
1 parent 3aeb6e0 commit b825db2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ext {
1212
moduleName = 'net.jqwik.spring'
1313
junitPlatformVersion = '1.10.1'
1414
opentest4jVersion = '1.2.0'
15+
junitPlatformVersion = '1.10.1'
1516
junitJupiterVersion = '5.10.1'
1617
// springVersion = '5.2.15.RELEASE'
1718
springVersion = '5.3.14'
@@ -86,6 +87,7 @@ dependencies {
8687
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
8788

8889
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")
90+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:${junitPlatformVersion}")
8991
}
9092

9193
publishing {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)