File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 12
12
moduleName = ' net.jqwik.spring'
13
13
junitPlatformVersion = ' 1.10.1'
14
14
opentest4jVersion = ' 1.2.0'
15
+ junitPlatformVersion = ' 1.10.1'
15
16
junitJupiterVersion = ' 5.10.1'
16
17
// springVersion = '5.2.15.RELEASE'
17
18
springVersion = ' 5.3.14'
@@ -86,6 +87,7 @@ dependencies {
86
87
testImplementation(" org.springframework.boot:spring-boot-starter-test:${ springBootVersion} " )
87
88
88
89
testImplementation(" org.junit.jupiter:junit-jupiter-api:${ junitJupiterVersion} " )
90
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:${ junitPlatformVersion} " )
89
91
}
90
92
91
93
publishing {
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.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments