Skip to content

Commit 9fd2e0a

Browse files
committed
2025 버전업
1 parent d43fdb6 commit 9fd2e0a

File tree

8 files changed

+211
-122
lines changed

8 files changed

+211
-122
lines changed

.idea/java-practice.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "interactive",
3+
"java.compile.nullAnalysis.mode": "automatic",
4+
"java.debug.settings.onBuildFailureProceed": true
5+
}

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
apply plugin: 'java'
2-
apply plugin: 'eclipse'
3-
4-
sourceCompatibility = 11
52

63
repositories {
74
mavenCentral()
@@ -20,4 +17,6 @@ dependencies {
2017
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
2118
}
2219

23-
targetCompatibility = 11
20+
test {
21+
useJUnitPlatform()
22+
}

gradle/wrapper/gradle-wrapper.jar

-15.4 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

100644100755
Lines changed: 173 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)