11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
|
|
# Nexus Repository 설정
|
||
|
|
# 이 파일을 gradle.properties로 복사하여 사용하세요.
|
||
|
|
# gradle.properties는 .gitignore에 포함되어 있습니다.
|
||
|
|
|
||
|
|
# Nexus URL
|
||
|
|
nexusUrl=http://211.208.115.83:9081/repository
|
||
|
|
|
||
|
|
# Nexus 인증 (내부 라이브러리 배포 시 필요)
|
||
|
|
# nexusUsername=your-username
|
||
|
|
# nexusPassword=your-password
|