File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,15 +196,15 @@ gradlew.bat build # Windows
196196``` groovy
197197repositories {
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
232232subprojects {
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 )
You can’t perform that action at this time.
0 commit comments