- build.gradle: damo-manager 의존성 scope 변경(compileOnly → implementation)
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
- application.yml: 로그 경로 수정(/logs/eapim → /logs/prod/eapim)
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ dependencies {
|
|||||||
api group: 'commons-io', name: 'commons-io', version: '2.11.0'
|
api group: 'commons-io', name: 'commons-io', version: '2.11.0'
|
||||||
|
|
||||||
|
|
||||||
compileOnly files('libs/damo-manager.jar')
|
implementation files('libs/damo-manager.jar')
|
||||||
|
|
||||||
|
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user