We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5ade5 commit 697b463Copy full SHA for 697b463
build.gradle
@@ -144,7 +144,7 @@ dependencies {
144
145
testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance
146
testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1"
147
- testImplementation 'org.openjdk.jmh:jmh-core:1.37' // for ArchUnit tests that check JMH annotations
+ testImplementation 'org.openjdk.jmh:jmh-core:1.37' // required for ArchUnit to check JMH tests
148
149
antlr 'org.antlr:antlr4:' + antlrVersion
150
0 commit comments