Skip to content

Commit

Permalink
Revert "[Java] Fix Gradle 8.2.1 Junit warning."
Browse files Browse the repository at this point in the history
This reverts commit f7de970.
  • Loading branch information
vyazelenko committed Aug 3, 2023
1 parent f7de970 commit dcbf6a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ project(':agrona-agent') {
testCompileOnly "com.google.code.findbugs:findbugs-annotations:${findbugsAnnotationsVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-params:${junitVersion}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation "net.bytebuddy:byte-buddy-agent:${byteBuddyVersion}"
}

Expand Down

0 comments on commit dcbf6a3

Please sign in to comment.