File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ repositories {
12
12
}
13
13
14
14
dependencies {
15
- testImplementation ' org.junit.jupiter:junit-jupiter-api :[5.10.0,)'
16
- testImplementation ' org.junit.jupiter :junit-jupiter-engine:[5.10.0,) '
15
+ testImplementation ' org.junit.jupiter:junit-jupiter:[5.10.0,)'
16
+ testRuntimeOnly ' org.junit.platform :junit-platform-launcher '
17
17
testImplementation ' org.hamcrest:hamcrest-core:[2.2,)'
18
18
testImplementation ' org.zapodot:embedded-db-junit-jupiter:[2.1.1,)'
19
19
}
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
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ if "%OS%"=="Windows_NT" setlocal
26
26
27
27
set DIRNAME = %~dp0
28
28
if " %DIRNAME% " == " " set DIRNAME = .
29
+ @ rem This is normally unused
29
30
set APP_BASE_NAME = %~n0
30
31
set APP_HOME = %DIRNAME%
31
32
You can’t perform that action at this time.
0 commit comments