Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Change Gradle testCompile to testImplementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewaldbenes authored and Ewald Benes committed Aug 1, 2018
1 parent c968349 commit 9d16d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsettlers.graphics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation project(':go.graphics')
implementation 'com.google.code.gson:gson:2.8.2'

testImplemenation 'org.mockito:mockito-core:2.18.3'
testImplementation 'org.mockito:mockito-core:2.18.3'
testImplementation 'org.hamcrest:hamcrest-library:1.3'


Expand Down

0 comments on commit 9d16d74

Please sign in to comment.