Skip to content

Commit

Permalink
In order to provide attendees with a build manual for the Java version.
Browse files Browse the repository at this point in the history
1. Change the surefire-provider dependency from implementation to testImplementation
  • Loading branch information
aatwi committed Jan 12, 2021
1 parent 83c1da6 commit 80dbc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ repositories {
dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
implementation 'commons-io:commons-io:2.6'
implementation 'org.junit.platform:junit-platform-surefire-provider:1.0.0'
implementation 'com.google.guava:guava:28.0-jre'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.0.0'
testImplementation 'org.junit.platform:junit-platform-surefire-provider:1.0.0'
}

task uberJar(type: Jar) {
Expand Down

0 comments on commit 80dbc60

Please sign in to comment.