Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit900221b

Browse files
authored
Updated gradle
1 parent37d8bba commit900221b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repositories {
1212
}
1313

1414
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'
1717
testImplementation'org.hamcrest:hamcrest-core:[2.2,)'
1818
testImplementation'org.zapodot:embedded-db-junit-jupiter:[2.1.1,)'
1919
}

‎gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

‎gradlew.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if "%OS%"=="Windows_NT" setlocal
2626

2727
setDIRNAME=%~dp0
2828
if"%DIRNAME%"==""setDIRNAME=.
29+
@rem This is normally unused
2930
setAPP_BASE_NAME=%~n0
3031
setAPP_HOME=%DIRNAME%
3132

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp