File tree Expand file tree Collapse file tree
dd-java-agent/instrumentation/junit-5.3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 latestDepTestMinJavaVersionForTests = JavaVersion . VERSION_17
2727}
2828
29+ addTestSuiteForDir(' latest5Test' , ' test' )
2930addTestSuiteForDir(' latestDepTest' , ' test' )
3031
3132dependencies {
@@ -40,6 +41,10 @@ dependencies {
4041 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.12.0'
4142 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params' , version : ' 5.12.0'
4243
44+ latest5TestImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' 1.+'
45+ latest5TestImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.+'
46+ latest5TestImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params' , version : ' 5.+'
47+
4348 latestDepTestImplementation group : ' org.junit.platform' , name : ' junit-platform-launcher' , version : ' +'
4449 latestDepTestImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' +'
4550 latestDepTestImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params' , version : ' +'
You can’t perform that action at this time.
0 commit comments