Skip to content

Commit f37c185

Browse files
committed
rm unused
1 parent 1672be4 commit f37c185

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

public/md/java/gradle.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,15 @@ gradlew.bat build # Windows
196196
```groovy
197197
repositories {
198198
mavenCentral()
199-
199+
200200
maven {
201201
url 'https://repo.mycompany.com/maven2'
202202
credentials {
203203
username = 'username'
204204
password = 'password'
205205
}
206206
}
207-
207+
208208
// JCenter는 더 이상 권장되지 않음
209209
// jcenter()
210210
}
@@ -231,7 +231,7 @@ allprojects {
231231
232232
subprojects {
233233
apply plugin: 'java'
234-
234+
235235
dependencies {
236236
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
237237
}
@@ -273,5 +273,4 @@ Maven에서 Gradle로 전환을 고려한다면:
273273

274274
## 참고 자료
275275
- [Gradle 공식 가이드](https://docs.gradle.org/current/userguide/userguide.html)
276-
- [Spring Boot with Gradle](https://spring.io/guides/gs/gradle/)
277276
- [Gradle 빌드 성능 최적화](https://docs.gradle.org/current/userguide/performance.html)

0 commit comments

Comments
 (0)