File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ repositories {
15
15
16
16
dependencies {
17
17
implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.0" )
18
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:[5.10.0,)" )
19
- testImplementation(" org.junit.jupiter:junit-jupiter-api:[5.10.0,)" )
18
+ testImplementation(" org.junit.jupiter:junit-jupiter:[5.10.0,)" )
20
19
testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
21
20
testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.1.1,)" )
21
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
22
22
}
23
23
24
24
tasks.test {
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-8.2.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments