11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
# Nexus Repository 설정
|
|
# 이 파일을 gradle.properties로 복사하여 사용하세요.
|
|
# gradle.properties는 .gitignore에 포함되어 있습니다.
|
|
|
|
# Nexus URL
|
|
nexusUrl=https://nexus.gc-si.dev/repository
|
|
|
|
# Nexus 인증
|
|
nexusUsername=admin
|
|
nexusPassword=Gcsc!8932
|