Skip to content

Commit

Permalink
fix: explicit test framework declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Dec 2, 2024
1 parent b3373e1 commit 690c881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 690c881

Please sign in to comment.