빌드 환경 설정, 서브모듈 포인터 갱신, 인증서 파일 추가
- build.gradle: nexus 저장소 설정 추가 - .gitmodules: 서브모듈 URL 정리 - elink-online-*: 서브모듈 커밋 포인터 갱신 - certificate/: OAuth 인증서 및 keystore 파일 추가 - context.xml: WebContent META-INF 컨텍스트 설정 추가
This commit is contained in:
+10
-8
@@ -20,14 +20,16 @@ def queryDslVersion = "5.0.0"
|
||||
def hibernateVersion = "5.6.15.Final"
|
||||
|
||||
def generatedJavaDir = "$buildDir/generated/java"
|
||||
//def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
//
|
||||
//repositories {
|
||||
// maven {
|
||||
// url "${nexusUrl}/repository/maven-public/"
|
||||
// allowInsecureProtocol = true
|
||||
// }
|
||||
//}
|
||||
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
maven {
|
||||
url "${nexusUrl}/repository/maven-public/"
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
|
||||
Reference in New Issue
Block a user