Files
Hanbin Lee 5445a54335 [#31] feat: test logging 출력 기능을 위한 Gradle Custom Plugin 구성
- Custom Gradle Plugin 적용(OperationCompletionListener)
- buildSrc 상수명 변경
- TestListener afterTest 적용(각 테스트 결과 로깅)
2023-01-25 01:21:14 +09:00

7 lines
65 B
Kotlin

plugins {
`kotlin-dsl`
}
repositories {
mavenCentral()
}