diff --git a/build.gradle b/build.gradle index 88093dfc..44b9e72b 100644 --- a/build.gradle +++ b/build.gradle @@ -56,6 +56,7 @@ subprojects { annotationProcessor 'org.atteo.classindex:classindex:3.13' implementation 'org.atteo.classindex:classindex:3.13' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.hamcrest:hamcrest-library:2.2' }