test(core): add SampleMciMapperTest and setup JUnit Platform

This commit is contained in:
jade
2026-07-09 10:09:50 +09:00
parent 68ceae9afd
commit 8294c66711
2 changed files with 41 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ subprojects {
implementation 'org.mapstruct:mapstruct:1.5.5.Final'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
tasks.withType(JavaCompile) {